1
0
mirror of https://github.com/twitter/twemoji.git synced 2024-10-01 12:24:23 +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", "build": "./scripts/generate",
"test": "phantomjs ./src/test/testrunner.js", "test": "phantomjs ./src/test/testrunner.js",
"deploy": "./scripts/deploy.sh gh-pages", "deploy": "./scripts/deploy.sh gh-pages",
"prepublish": "run-s version build test deploy" "prepublishOnly": "run-s version build test deploy"
}, },
"dependencies": { "dependencies": {
"fs-extra": "^8.0.1", "fs-extra": "^8.0.1",