Skip to content

Commit 3b9db2f

Browse files
committed
Updated Makefile & compiled code
1 parent c896cc1 commit 3b9db2f

3 files changed

Lines changed: 22 additions & 19 deletions

File tree

Makefile

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
all:
1+
all: npm_install
22
npm run build:all
33

44
watch:
55
npm run build:watch
66

7-
.PHONY: all watch
7+
npm_install:
8+
npm install
9+
10+
.PHONY: all watch npm_install

package-lock.json

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/cui.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)