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 9a61c80 commit 9db7c9eCopy full SHA for 9db7c9e
package.json
@@ -127,12 +127,12 @@
127
"scripts": {
128
"build": "babel --delete-dir-on-start --env-name production src -d lib",
129
"cover": "nyc --reporter=lcov npm test",
130
+ "dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast",
131
"esdoc": "esdoc",
132
+ "lint": "xo",
133
"prepare": "npm run build",
134
"release": "np",
135
"test": "ava",
- "lint": "xo",
- "dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast",
136
"travis": "npm run lint && npm run cover"
137
},
138
"sideEffects": false,
0 commit comments