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

Rename scripts/generate -> scripts/build.js

This commit is contained in:
Nathan Downs 2019-09-25 10:43:05 -07:00
parent d22ba8d47d
commit 2538ae039c
3 changed files with 3 additions and 3 deletions

View File

@ -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)

View File

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

View File

@ -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.