mirror of
https://github.com/lxsang/antos-frontend.git
synced 2024-12-26 17:38:20 +01:00
feat: add install_dev to Makefile to install dependencies before build
This commit is contained in:
parent
5605d6c35a
commit
4a46104710
8
Makefile
8
Makefile
@ -235,6 +235,14 @@ doc:
|
|||||||
test: build_javascripts
|
test: build_javascripts
|
||||||
jest
|
jest
|
||||||
|
|
||||||
|
install_dev:
|
||||||
|
npm install terser
|
||||||
|
npm install uglifycss
|
||||||
|
npm install typescript@5.0
|
||||||
|
npm install @types/jquery
|
||||||
|
npm i typedoc@0.24
|
||||||
|
npm i typedoc-plugin-merge-modules
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -rf $(BUILDDIR)/resources
|
rm -rf $(BUILDDIR)/resources
|
||||||
rm -rf $(BUILDDIR)/scripts
|
rm -rf $(BUILDDIR)/scripts
|
||||||
|
Loading…
Reference in New Issue
Block a user