We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
aud
posttest
1 parent 71f390f commit 7e158e3Copy full SHA for 7e158e3
package.json
@@ -25,13 +25,15 @@
25
"prepublish": "safe-publish-latest && not-in-publish || (npm run lint && npm run flow && npm run jest && npm run build)",
26
"pretest": "npm run lint:fix && npm run flow",
27
"test": "npm run jest",
28
+ "posttest": "aud --production",
29
"test:ci": "npm run jest -- --ci --runInBand",
30
"jest": "jest --coverage __tests__/**/*"
31
},
32
"devDependencies": {
33
"@babel/cli": "^7.12.10",
34
"@babel/core": "^7.12.10",
35
"@babel/plugin-transform-flow-strip-types": "^7.12.10",
36
+ "aud": "^1.1.3",
37
"babel-eslint": "^10.1.0",
38
"babel-jest": "^24.9.0",
39
"babel-preset-airbnb": "^5.0.0",
0 commit comments