Skip to content

Commit

Permalink
[dev] 'make js' now works
Browse files Browse the repository at this point in the history
  • Loading branch information
uppfinnarn committed Nov 30, 2016
1 parent e0c3ef9 commit 7e48a44
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ VERSION := 0.2.1
all: build web docs

.PHONY: build
build: js/node_modules web
build: js web
go build

js: js/node_modules

js/node_modules:
cd js && npm install

Expand Down

0 comments on commit 7e48a44

Please sign in to comment.