Skip to content

Commit

Permalink
relative path
Browse files Browse the repository at this point in the history
  • Loading branch information
jbaudin committed May 2, 2017
1 parent cab477d commit 3681c61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/kitchensink/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ bundle:
npm run build

serve-only:
(cd ./build && ../../../node_modules/.bin/http-server -p $(PORT))
(cd ./build && ../node_modules/.bin/http-server -p $(PORT))

serve:
make bundle
Expand Down

0 comments on commit 3681c61

Please sign in to comment.