Skip to content

Commit

Permalink
build before dev
Browse files Browse the repository at this point in the history
  • Loading branch information
rjmacarthy committed Oct 20, 2019
1 parent 69e98f4 commit c61de3d
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 @@ -3,8 +3,8 @@
"version": "1.0.2",
"private": true,
"scripts": {
"dev": "concurrently --kill-others \"tsc -w -p src\" \"nodemon dist/index.js -e ts\"",
"debug": "concurrently --kill-others \"tsc -w -p src\" \"nodemon --inspect dist/index.js -e ts\"",
"dev": "npm run build && concurrently --kill-others \"tsc -w -p src\" \"nodemon dist/index.js -e ts\"",
"debug": "npm run build && concurrently --kill-others \"tsc -w -p src\" \"nodemon --inspect dist/index.js -e ts\"",
"test:watch": "mocha -r ts-node/register -w ./spec/**/*.spec.ts --watch-extensions ts",
"test": "mocha -r ts-node/register -w ./spec/**/*.spec.ts",
"build": "tsc -p src",
Expand Down

0 comments on commit c61de3d

Please sign in to comment.