mirror of
https://github.com/twitter/twemoji.git
synced 2024-11-16 20:25:58 +00:00
Change prepublish to prepublishOnly in package.json
This commit is contained in:
parent
f375fc3f20
commit
b8d6fd2b41
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user