Skip to content

Commit

Permalink
start scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
HyopeR committed Apr 17, 2020
1 parent 9dabc5a commit 48d109d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
5 changes: 5 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@
"version": "0.0.0",
"private": true,
"scripts": {
"start": "nodemon ./bin/www"
"start": "node ./bin/www",
"start:dev": "nodemon ./bin/www",
"postinstall": "./node_modules/bower/bin/bower install"
},
"dependencies": {
"bower": "^1.8.8",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"express": "~4.16.1",
Expand Down

0 comments on commit 48d109d

Please sign in to comment.