Skip to content

Commit f5f9e6e

Browse files
committed
feat(package): change prepublish script
1 parent 48d146d commit f5f9e6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"mocha": "mocha --compilers js:babel/register ./test/src --recursive",
2828
"cover": "istanbul cover ./node_modules/.bin/_mocha -- --compilers js:babel/register ./test/src",
2929
"test": "yarn run lint && yarn run cover",
30-
"prepublish": "yarn run test && yarn run build"
30+
"prepublish": "binci test build"
3131
},
3232
"license": "MIT",
3333
"devDependencies": {

0 commit comments

Comments
 (0)