We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5ac4b0 commit f2c3f01Copy full SHA for f2c3f01
.circleci/config.yml
@@ -34,7 +34,7 @@ jobs:
34
command: npm run-script build
35
- run:
36
name: npm audit
37
- command: npm audit
+ command: npm audit --production
38
39
name: Prettier package.json
40
command: npx prettier-package-json package.json --list-different --tab-width 4
0 commit comments