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