Skip to content
This repository was archived by the owner on Jun 27, 2019. It is now read-only.

Commit fa1ae57

Browse files
fixed debug messages for dev command
1 parent bb2c1eb commit fa1ae57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"test:coverage": "nyc --reporter=lcovonly --reporter=text-summary yarn run test",
4242
"eslint": "eslint server/. test/. features/. --config .eslintrc.json",
4343
"start": "node server/",
44-
"dev": "cross-env DEBUG=feathers* && nodemon server/",
44+
"dev": "cross-env DEBUG=feathers* nodemon server/",
4545
"dev:debug": "cross-env DEBUG=feathers* nodemon --inspect=0.0.0.0:9229 server/",
4646
"mocha": "yarn run clear && cross-env NODE_ENV=test mocha --recursive --timeout 10000 --exit",
4747
"cucumber": "concurrently --kill-others --success first 'cross-env NODE_ENV=test node server/' 'wait-on tcp:3031 && cross-env NODE_ENV=test cucumber-js'"

0 commit comments

Comments
 (0)