Skip to content

Commit 09dfb34

Browse files
committed
rename make-schema script to schema
1 parent 76588ae commit 09dfb34

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424
"custom-bundle": "node tasks/custom_bundle.js",
2525
"bundle": "node tasks/bundle.js",
2626
"extra-bundles": "node tasks/extra_bundles.js",
27-
"make-schema": "node tasks/make_schema.js",
27+
"schema": "node tasks/schema.js",
2828
"stats": "node tasks/stats.js",
2929
"find-strings": "node tasks/find_locale_strings.js",
3030
"preprocess": "node tasks/preprocess.js",
31-
"build": "node tasks/empty_dist.js && npm run preprocess && npm run find-strings && npm run bundle && npm run extra-bundles && npm run make-schema dist && npm run stats",
31+
"build": "node tasks/empty_dist.js && npm run preprocess && npm run find-strings && npm run bundle && npm run extra-bundles && npm run schema dist && npm run stats",
3232
"cibuild": "node tasks/empty_dist.js && npm run preprocess && node tasks/cibundle.js",
3333
"watch": "node tasks/watch.js",
3434
"lint": "eslint --version && eslint .",
File renamed without changes.

0 commit comments

Comments
 (0)