Skip to content

Commit

Permalink
[Tests] add aud in posttest
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Oct 12, 2022
1 parent 8aaa43b commit c8f7ac5
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 @@ -4,11 +4,13 @@
"description": "TypedArray polyfill for old browsers",
"main": "index.js",
"devDependencies": {
"aud": "^2.0.1",
"tape": "^5.6.1"
},
"scripts": {
"tests-only": "tape 'test/**/*.js'",
"test": "npm run tests-only"
"test": "npm run tests-only",
"posttest": "aud --production"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit c8f7ac5

Please sign in to comment.