Skip to content

Commit f2c3f01

Browse files
author
Kai Eichinger
committed
Run npm audit in production mode
1 parent d5ac4b0 commit f2c3f01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
command: npm run-script build
3535
- run:
3636
name: npm audit
37-
command: npm audit
37+
command: npm audit --production
3838
- run:
3939
name: Prettier package.json
4040
command: npx prettier-package-json package.json --list-different --tab-width 4

0 commit comments

Comments
 (0)