feat: add install_dev to Makefile to install dependencies before build

This commit is contained in:
DanyLE 2024-03-09 19:07:23 +01:00 committed by Dany LE
parent 5605d6c35a
commit 4a46104710

View File

@ -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