Skip to content

Commit

Permalink
changed nodemon path.
Browse files Browse the repository at this point in the history
  • Loading branch information
siim committed Dec 6, 2017
1 parent f23d5da commit 35a0c73
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
"main": "index.js",
"private": true,
"scripts": {
"serve": "nodemon --exitcrash --exec ts-node -- ./src/index.ts",
"serve:dev": "nodemon --verbose"
"nodemon": "./node_modules/.bin/nodemon",
"serve": "./node_modules/.bin/nodemon --exitcrash --exec ts-node -- ./src/index.ts",
"serve:dev": "./node_modules/.bin/nodemon --verbose"
},
"nodemonConfig": {
"ignore": ["ts-node-*/*"],
Expand Down

0 comments on commit 35a0c73

Please sign in to comment.