Skip to content

Commit 7e158e3

Browse files
committedDec 27, 2020
[meta] run aud in posttest
1 parent 71f390f commit 7e158e3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎package.json

+2
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,15 @@
2525
"prepublish": "safe-publish-latest && not-in-publish || (npm run lint && npm run flow && npm run jest && npm run build)",
2626
"pretest": "npm run lint:fix && npm run flow",
2727
"test": "npm run jest",
28+
"posttest": "aud --production",
2829
"test:ci": "npm run jest -- --ci --runInBand",
2930
"jest": "jest --coverage __tests__/**/*"
3031
},
3132
"devDependencies": {
3233
"@babel/cli": "^7.12.10",
3334
"@babel/core": "^7.12.10",
3435
"@babel/plugin-transform-flow-strip-types": "^7.12.10",
36+
"aud": "^1.1.3",
3537
"babel-eslint": "^10.1.0",
3638
"babel-jest": "^24.9.0",
3739
"babel-preset-airbnb": "^5.0.0",

0 commit comments

Comments
 (0)
Please sign in to comment.