Skip to content

Commit 8b38866

Browse files
committed
chore(package): add 'npm audit' to 'test'
1 parent aa94265 commit 8b38866

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"lint:css": "sass-lint 'src/**/*.scss' -v -q",
3232
"lint:fix": "eslint src webpack --fix",
3333
"pre-commit": "npm run test && npm audit",
34-
"test": "npm run lint:js && npm run lint:css && npm run flow"
34+
"test": "npm run lint:js && npm run lint:css && npm run flow && npm audit"
3535
},
3636
"pre-commit": "pre-commit",
3737
"dependencies": {

0 commit comments

Comments
 (0)