Skip to content

Commit

Permalink
encapsulate web command in brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
PiggySpeed committed May 17, 2018
1 parent b927091 commit cfbec3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ clean:

lint:
PATH=$(PATH):./bin bash -c './bin/gometalinter --vendor --deadline=60s ./...'
cd ./daemon/web; npm run lint
(cd ./daemon/web; npm run lint)

# Run unit test suite
test:
Expand Down

0 comments on commit cfbec3c

Please sign in to comment.