Skip to content

Commit

Permalink
Add now-start script.
Browse files Browse the repository at this point in the history
  • Loading branch information
albertosantini committed May 17, 2016
1 parent fc53ab8 commit b1c4b5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
},
"scripts": {
"start": "npm-run-all --parallel backend pouchdb",
"now-start": "npm run backend & npm run pouchdb",
"backend": "node src/server/app.js",
"pouchdb": "cd ./db && pouchdb-server --sqlite",
"test": "npm run lint",
Expand Down

0 comments on commit b1c4b5c

Please sign in to comment.