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 f81b00a commit c787606
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 @@ -5,7 +5,6 @@
"watch": "node --watch ./bin/www",
"debug": "node --inspect=9310 --watch ./bin/www",
"lint": "eslint --ext .json --fix . && eslint ./controllers ./helpers ./test/mocha ./api.js ./app.js ./locales --ext .js --ext .json --fix",
"startd": "echo 'Do you mean 'npm run watch'?'",
"mocha": "cross-env NODE_ENV=test mocha test/mocha/ --exit --recursive",
"build": "gulp clear && cross-env NODE_OPTIONS=--openssl-legacy-provider gulp",
"dev": "gulp clear && cross-env NODE_OPTIONS=--openssl-legacy-provider gulp watch-reload",
Expand Down

0 comments on commit c787606

Please sign in to comment.