Skip to content

Commit 3339fea

Browse files
committed
[Tests] only audit prod deps
1 parent 2b9c953 commit 3339fea

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
@@ -19,7 +19,7 @@
1919
"pretest": "npm run lint",
2020
"tests-only": "node test",
2121
"test": "npm run tests-only",
22-
"posttest": "npx aud",
22+
"posttest": "npx aud --production",
2323
"version": "auto-changelog && git add CHANGELOG.md",
2424
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
2525
},

0 commit comments

Comments
 (0)