1
0
mirror of https://github.com/twitter/twemoji.git synced 2024-07-01 02:19:09 +00:00

Change prepublish to prepublishOnly in package.json

This commit is contained in:
Alan Velasco 2019-06-27 11:09:17 -07:00
parent f375fc3f20
commit b8d6fd2b41

View File

@ -37,7 +37,7 @@
"build": "./scripts/generate",
"test": "phantomjs ./src/test/testrunner.js",
"deploy": "./scripts/deploy.sh gh-pages",
"prepublish": "run-s version build test deploy"
"prepublishOnly": "run-s version build test deploy"
},
"dependencies": {
"fs-extra": "^8.0.1",