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

Refactor to use pre/release scripts instead of publish

This commit is contained in:
Nathan Downs 2019-07-01 15:21:29 -07:00
parent 902095095f
commit fab80d52aa

View File

@ -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",