Skip to content

Commit 75dd8fd

Browse files
committedSep 18, 2023
[Tests] add npm run posttest
1 parent 98d4e0d commit 75dd8fd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
"lint": "eslint --ext=js,mjs .",
2121
"tests-only": "nyc tape 'test/**/*.js'",
2222
"pretest": "npm run lint",
23-
"test": "npm run tests-only"
23+
"test": "npm run tests-only",
24+
"posttest": "aud --production"
2425
},
2526
"dependencies": {
2627
"bn.js": "^5.2.1",
@@ -35,6 +36,7 @@
3536
},
3637
"devDependencies": {
3738
"@ljharb/eslint-config": "^21.1.0",
39+
"aud": "^2.0.3",
3840
"eslint": "=8.8.0",
3941
"nyc": "^10.3.2",
4042
"tape": "^5.6.6"

0 commit comments

Comments
 (0)
Please sign in to comment.