Skip to content

Commit 0ac1539

Browse files
committed
Fix make
1 parent 57799b9 commit 0ac1539

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Makefile

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
build:
2-
npm i
1+
install:
2+
npm install
3+
.PHONY: install
4+
5+
build: install
6+
npm run-script build
37
.PHONY: build
48

0 commit comments

Comments
 (0)