Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Commit

Permalink
Merge pull request #33 from zone117x/patch-1
Browse files Browse the repository at this point in the history
Fix package.json npm start script on Windows
  • Loading branch information
hstove authored Nov 28, 2018
2 parents f4f065d + 2dd64dc commit 5535d45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"browserify": "browserify requires.js -o public/bundle.js",
"start": "npm run browserify; node server.js"
"start": "npm run browserify && node server.js"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 5535d45

Please sign in to comment.