mirror of
https://github.com/twitter/twemoji.git
synced 2024-12-25 15:14:19 +00:00
Rework the scripts
This commit is contained in:
parent
fab80d52aa
commit
45eb9c29ce
@ -33,12 +33,10 @@
|
||||
"module": "./dist/twemoji.esm.js",
|
||||
"unpkg": "./dist/twemoji.min.js",
|
||||
"scripts": {
|
||||
"version": "yarn version",
|
||||
"build": "./scripts/generate",
|
||||
"test": "phantomjs ./src/test/testrunner.js",
|
||||
"deploy": "./scripts/deploy.sh gh-pages",
|
||||
"prerelease": "run-s version build test deploy",
|
||||
"release": "yarn publish"
|
||||
"prepublishOnly": "run-s build test",
|
||||
"postpublish": "./scripts/deploy.sh gh-pages"
|
||||
},
|
||||
"dependencies": {
|
||||
"fs-extra": "^8.0.1",
|
||||
|
Loading…
Reference in New Issue
Block a user