mirror of
https://github.com/twitter/twemoji.git
synced 2024-06-15 03:35:16 +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",
|
"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",
|
||||||
"prepublishOnly": "run-s version build test deploy"
|
"prerelease": "run-s version build test deploy",
|
||||||
|
"release": "yarn publish"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"fs-extra": "^8.0.1",
|
"fs-extra": "^8.0.1",
|
||||||
|
Loading…
Reference in New Issue
Block a user