We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26011c9 commit 39ea4d3Copy full SHA for 39ea4d3
package.json
@@ -27,7 +27,7 @@
27
"lint": "npm-run-all -l -p \"lint:**\"",
28
"prepare": "husky install && npm run build",
29
"release": "standard-version",
30
- "security": "npm audit",
+ "security": "npm audit --production",
31
"test:only": "cross-env NODE_ENV=test jest",
32
"test:watch": "npm run test:only -- --watch",
33
"test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage",
0 commit comments