We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b9c953 commit 3339feaCopy full SHA for 3339fea
package.json
@@ -19,7 +19,7 @@
19
"pretest": "npm run lint",
20
"tests-only": "node test",
21
"test": "npm run tests-only",
22
- "posttest": "npx aud",
+ "posttest": "npx aud --production",
23
"version": "auto-changelog && git add CHANGELOG.md",
24
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
25
},
0 commit comments