Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 785c131

Browse files
committed
tasks/schema.js -> tasks/schema.mjs
1 parent 6825cd3 commit 785c131

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"bundle": "node tasks/bundle.mjs",
2929
"extra-bundles": "node tasks/extra_bundles.mjs",
3030
"locales": "node tasks/locales.js",
31-
"schema": "node tasks/schema.js",
31+
"schema": "node tasks/schema.mjs",
3232
"stats": "node tasks/stats.js",
3333
"find-strings": "node tasks/find_locale_strings.js",
3434
"preprocess": "node tasks/preprocess.js",
File renamed without changes.

0 commit comments

Comments
 (0)