We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e3799e commit 8d8b3dcCopy full SHA for 8d8b3dc
1 file changed
Makefile
@@ -1,6 +1,12 @@
1
BIN=node_modules/.bin/
2
COGS=$(BIN)cogs
3
+.DEFAULT_GOAL := build
4
-dev:
5
+install: package.json
6
npm install
7
+
8
+build: install
9
+ $(COGS)
10
11
+dev: install
12
$(COGS) -w docs/index.es6 -w react-list.es6
0 commit comments