Skip to content

Commit 39ea4d3

Browse files
committed
chore: check audit for production
1 parent 26011c9 commit 39ea4d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"lint": "npm-run-all -l -p \"lint:**\"",
2828
"prepare": "husky install && npm run build",
2929
"release": "standard-version",
30-
"security": "npm audit",
30+
"security": "npm audit --production",
3131
"test:only": "cross-env NODE_ENV=test jest",
3232
"test:watch": "npm run test:only -- --watch",
3333
"test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage",

0 commit comments

Comments
 (0)