Skip to content

Commit ca525fd

Browse files
committed
rename devtools/regl_codegen/server from js to mjs
1 parent cf5633e commit ca525fd

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
@@ -33,7 +33,7 @@
3333
"empty-draftlogs": "node tasks/empty_draftlogs.js",
3434
"empty-dist": "node tasks/empty_dist.js",
3535
"build": "npm run empty-dist && npm run preprocess && npm run find-strings && npm run bundle && npm run extra-bundles && npm run locales && npm run schema dist && npm run stats",
36-
"regl-codegen": "node devtools/regl_codegen/server.js",
36+
"regl-codegen": "node devtools/regl_codegen/server.mjs",
3737
"cibuild": "npm run empty-dist && npm run preprocess && node tasks/cibundle.js",
3838
"lint": "eslint --version && eslint .",
3939
"lint-fix": "eslint . --fix || true",

0 commit comments

Comments
 (0)