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 ff4901c commit 3f9c7b5Copy full SHA for 3f9c7b5
1 file changed
package.json
@@ -55,7 +55,7 @@
55
"build-helper": "mkdir -p ./dist/browser && NODE_ENV=production babel ./src/getClassName.js --out-file ./dist/browser/getClassName.js --source-maps --no-babelrc --plugins transform-es2015-modules-commonjs,transform-flow-strip-types --presets es2015",
56
"build": "rm -fr ./dist && NODE_ENV=production babel ./src --out-dir ./dist --source-maps --copy-files && npm run build-helper",
57
"lint": "eslint ./src && flow",
58
- "precommit": "npm run test",
+ "precommit": "npm run test && npm run lint",
59
"test": " NODE_ENV=test mocha --require babel-core/register"
60
},
61
"version": "1.0.0"
0 commit comments