mirror of
https://github.com/twitter/twemoji.git
synced 2024-12-26 00:15:54 +00:00
Rename scripts/generate -> scripts/build.js
This commit is contained in:
parent
d22ba8d47d
commit
2538ae039c
@ -65,7 +65,7 @@ project:
|
|||||||
|
|
||||||
1. Create a new topic branch to contain your feature, change, or fix:
|
1. Create a new topic branch to contain your feature, change, or fix:
|
||||||
|
|
||||||
> If you'd like to test and/or propose some changes to the latest library version please change the `./scripts/generate` file at its end so that everything will be generated properly once launched.
|
> If you'd like to test and/or propose some changes to the latest library version please change the `./scripts/build.js` file at its end so that everything will be generated properly once launched.
|
||||||
|
|
||||||
1. Commit your changes in logical chunks. Provide clear and explanatory commit
|
1. Commit your changes in logical chunks. Provide clear and explanatory commit
|
||||||
messages. Use git's [interactive rebase](https://help.github.com/en/articles/about-git-rebase)
|
messages. Use git's [interactive rebase](https://help.github.com/en/articles/about-git-rebase)
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
"module": "./dist/twemoji.esm.js",
|
"module": "./dist/twemoji.esm.js",
|
||||||
"unpkg": "./dist/twemoji.min.js",
|
"unpkg": "./dist/twemoji.min.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "./scripts/generate",
|
"build": "./scripts/build.js",
|
||||||
"deploy": "./scripts/deploy.sh gh-pages",
|
"deploy": "./scripts/deploy.sh gh-pages",
|
||||||
"test": "phantomjs ./src/test/testrunner.js",
|
"test": "phantomjs ./src/test/testrunner.js",
|
||||||
"prepublishOnly": "run-s build test deploy"
|
"prepublishOnly": "run-s build test deploy"
|
||||||
|
@ -28,7 +28,7 @@ function createTwemoji() {
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
// WARNING: this file is generated automatically via
|
// WARNING: this file is generated automatically via
|
||||||
// `node scripts/generate`
|
// `node scripts/build.js`
|
||||||
// please update its `createTwemoji` function
|
// please update its `createTwemoji` function
|
||||||
// at the bottom of the same file instead.
|
// at the bottom of the same file instead.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user