Skip to content

Commit

Permalink
chore: check audit for production
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Jun 16, 2021
1 parent 26011c9 commit 39ea4d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"lint": "npm-run-all -l -p \"lint:**\"",
"prepare": "husky install && npm run build",
"release": "standard-version",
"security": "npm audit",
"security": "npm audit --production",
"test:only": "cross-env NODE_ENV=test jest",
"test:watch": "npm run test:only -- --watch",
"test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage",
Expand Down

0 comments on commit 39ea4d3

Please sign in to comment.