From 4a461047109a2cea6b7ac25b6efb0a1d108d1fcb Mon Sep 17 00:00:00 2001 From: DanyLE Date: Sat, 9 Mar 2024 19:07:23 +0100 Subject: [PATCH] feat: add install_dev to Makefile to install dependencies before build --- Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Makefile b/Makefile index 5aa1554..a2bca50 100644 --- a/Makefile +++ b/Makefile @@ -235,6 +235,14 @@ doc: test: build_javascripts 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: rm -rf $(BUILDDIR)/resources rm -rf $(BUILDDIR)/scripts