Skip to content

Commit ab00794

Browse files
committed
delete start:inspect command
1 parent 2d85ab5 commit ab00794

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
"lint:css": "stylelint './src/**/*.js'",
2525
"dev": "nodemon index",
2626
"start": "NODE_ENV=production node index",
27-
"start:inspect": "NODE_ENV=production node --inspect index",
2827
"storybook": "start-storybook -s ./public -p 2626 -c ./tools/storybook",
2928
"test": "NODE_ENV=test jest",
3029
"test:update": "npm test -- -u",

0 commit comments

Comments
 (0)