Skip to content

Commit 0317326

Browse files
committed
Make
1 parent e7335c2 commit 0317326

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
setup:
2-
install_deps build
2+
install_deps
3+
make build
34

45
install_deps:
56
npm install
@@ -16,4 +17,4 @@ test:
1617
lint:
1718
npx eslint .
1819

19-
.PHONY: build
20+
.PHONY: build install_deps setup

0 commit comments

Comments
 (0)