Skip to content

Commit

Permalink
Fix Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
m1ch4ls committed Nov 4, 2015
1 parent 60b3d3a commit bfaea8d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
.PHONY: build

install:
@npm install

build:
@npm run build

install:
@npm install

run:
@echo "**************************************************"
@echo "* open http://localhost:8080/webpack-dev-server/ *"
Expand Down

0 comments on commit bfaea8d

Please sign in to comment.