Skip to content

Commit

Permalink
[Tests] add npm run posttest
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Sep 18, 2023
1 parent 98d4e0d commit 75dd8fd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"lint": "eslint --ext=js,mjs .",
"tests-only": "nyc tape 'test/**/*.js'",
"pretest": "npm run lint",
"test": "npm run tests-only"
"test": "npm run tests-only",
"posttest": "aud --production"
},
"dependencies": {
"bn.js": "^5.2.1",
Expand All @@ -35,6 +36,7 @@
},
"devDependencies": {
"@ljharb/eslint-config": "^21.1.0",
"aud": "^2.0.3",
"eslint": "=8.8.0",
"nyc": "^10.3.2",
"tape": "^5.6.6"
Expand Down

0 comments on commit 75dd8fd

Please sign in to comment.