mirror of
https://github.com/twitter/twemoji.git
synced 2024-12-26 00:15:54 +00:00
Refactor to use pre/release scripts instead of publish
This commit is contained in:
parent
902095095f
commit
fab80d52aa
@ -37,7 +37,8 @@
|
||||
"build": "./scripts/generate",
|
||||
"test": "phantomjs ./src/test/testrunner.js",
|
||||
"deploy": "./scripts/deploy.sh gh-pages",
|
||||
"prepublishOnly": "run-s version build test deploy"
|
||||
"prerelease": "run-s version build test deploy",
|
||||
"release": "yarn publish"
|
||||
},
|
||||
"dependencies": {
|
||||
"fs-extra": "^8.0.1",
|
||||
|
Loading…
Reference in New Issue
Block a user