Skip to content

Commit

Permalink
Scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
msimmer committed Oct 31, 2019
1 parent 8d82aee commit bcc1b2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"private": true,
"scripts": {
"vendor": "node scripts/copy-vendor-scripts.js",
"reset": ". ./env.sh && node scripts/reset-database.js",
"reset": "node scripts/reset-database.js",
"start": "npm run vendor && node ./bin/www",
"start:dev": ". ./env.sh && npm run vendor && DEBUG=dashboard:* node ./bin/www"
"start:dev": "npm run vendor && DEBUG=dashboard:* node ./bin/www"
},
"dependencies": {
"cookie-parser": "~1.4.4",
Expand Down

0 comments on commit bcc1b2b

Please sign in to comment.