Skip to content

Commit

Permalink
Remove npm script startd
Browse files Browse the repository at this point in the history
  • Loading branch information
dyedwiper committed Dec 2, 2024
1 parent 7ead9bf commit dc33b39
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"watch": "node --watch ./bin/www",
"debug": "node --inspect=0.0.0.0:9311 --watch ./bin/www",
"lint": "eslint ./bin ./controllers ./helpers ./test ./api.js ./app.js --ext .js --fix",
"startd": "echo 'Do you mean 'npm run watch'?'",
"test": "mocha 'test/**/*.js' --recursive --timeout 60000 --exit"
},
"engines": {
Expand Down

0 comments on commit dc33b39

Please sign in to comment.