Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre Trollé committed Oct 10, 2017
2 parents 8bfd206 + 44b866e commit 682b51e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"clean:server": "(cd server && npm run clean)",
"clean": "npm run clean:client && npm run clean:server",
"configure": "(cd server && npm run configure)",
"start": "(cd server && node server/bin/www)",
"start": "(cd server && node ./bin/www)",
"startmon": "(cd server && npm run startmon)",
"start:autoreload": "(cd server && npm run start:autoreload)",
"test:client": "(cd client && npm test)",
Expand Down

0 comments on commit 682b51e

Please sign in to comment.