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 9a49645 commit 066f321Copy full SHA for 066f321
package.json
@@ -12,8 +12,9 @@
12
"build": "yarn clean && BABEL_ENV=production babel --out-dir=dist lib/*.js",
13
"clean": "rm -f dist/lib/*.js",
14
"examples": "cd examples && BABEL_ENV=development babel --out-dir=dist *.js && cd ..",
15
+ "lint": "./node_modules/.bin/eslint lib/*js test/*js examples/*js",
16
"prepare": "yarn build",
- "test": "ava"
17
+ "test": "yarn lint && ava"
18
},
19
"repository": {
20
"type": "git",
0 commit comments