Skip to content

Commit 24e8558

Browse files
committed
Update cibuild npm script
1 parent 3cf9730 commit 24e8558

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"empty-dist": "node tasks/empty_dist.js",
3838
"build": "npm run empty-dist && npm run preprocess && npm run build_topojson && npm run find-strings && npm run bundle && npm run extra-bundles && npm run locales && npm run schema dist && npm run stats",
3939
"regl-codegen": "node devtools/regl_codegen/server.mjs",
40-
"cibuild": "npm run empty-dist && npm run preprocess && node tasks/cibundle.mjs",
40+
"cibuild": "npm run empty-dist && npm run preprocess && npm run build_topojson && node tasks/cibundle.mjs",
4141
"lint": "npx @biomejs/biome lint",
4242
"lint-fix": "npx @biomejs/biome format ./test/image/mocks --write; npx @biomejs/biome lint --write || true",
4343
"pretest": "node tasks/pretest.js",

0 commit comments

Comments
 (0)