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 48d146d commit f5f9e6eCopy full SHA for f5f9e6e
package.json
@@ -27,7 +27,7 @@
27
"mocha": "mocha --compilers js:babel/register ./test/src --recursive",
28
"cover": "istanbul cover ./node_modules/.bin/_mocha -- --compilers js:babel/register ./test/src",
29
"test": "yarn run lint && yarn run cover",
30
- "prepublish": "yarn run test && yarn run build"
+ "prepublish": "binci test build"
31
},
32
"license": "MIT",
33
"devDependencies": {
0 commit comments