We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d85ab5 commit ab00794Copy full SHA for ab00794
package.json
@@ -24,7 +24,6 @@
24
"lint:css": "stylelint './src/**/*.js'",
25
"dev": "nodemon index",
26
"start": "NODE_ENV=production node index",
27
- "start:inspect": "NODE_ENV=production node --inspect index",
28
"storybook": "start-storybook -s ./public -p 2626 -c ./tools/storybook",
29
"test": "NODE_ENV=test jest",
30
"test:update": "npm test -- -u",
0 commit comments