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

Skip to content

Commit bc5b4e1

Browse files
committed
run preprocess on cibuild
1 parent 19a3735 commit bc5b4e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"bundle": "node tasks/bundle.js",
2626
"header": "node tasks/header.js",
2727
"build": "npm run preprocess && npm run bundle && npm run header",
28-
"cibuild": "node tasks/cibundle.js",
28+
"cibuild": "npm run preprocess && node tasks/cibundle.js",
2929
"watch": "node tasks/watch_plotly.js",
3030
"lint": "eslint . || true",
3131
"lint-fix": "eslint . --fix",

0 commit comments

Comments
 (0)