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.
1 parent aa94265 commit 8b38866Copy full SHA for 8b38866
package.json
@@ -31,7 +31,7 @@
31
"lint:css": "sass-lint 'src/**/*.scss' -v -q",
32
"lint:fix": "eslint src webpack --fix",
33
"pre-commit": "npm run test && npm audit",
34
- "test": "npm run lint:js && npm run lint:css && npm run flow"
+ "test": "npm run lint:js && npm run lint:css && npm run flow && npm audit"
35
},
36
"pre-commit": "pre-commit",
37
"dependencies": {
0 commit comments