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 52557b7 commit 7fe8946Copy full SHA for 7fe8946
package.json
@@ -29,7 +29,8 @@
29
"lint:js": "eslint src webpack cmrh.conf.js",
30
"lint:css": "sass-lint 'src/**/*.scss' -v -q",
31
"lint:fix": "eslint src webpack --fix",
32
- "pre-commit": "npm run lint && npm run flow"
+ "pre-commit": "npm run test",
33
+ "test": "npm run lint:js && npm run lint:css && npm run flow"
34
},
35
"pre-commit": "pre-commit",
36
"dependencies": {
0 commit comments