Skip to content

Commit bd3f44a

Browse files
committed
run vendor_to_dist in preporcess before preprocess.js
1 parent e03aac2 commit bd3f44a

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
@@ -21,7 +21,7 @@
2121
"plotly"
2222
],
2323
"scripts": {
24-
"preprocess": "node tasks/preprocess.js",
24+
"preprocess": "./tasks/vendor_to_dist.sh && node tasks/preprocess.js",
2525
"bundle": "node tasks/bundle.js",
2626
"header-dist": "node tasks/header_dist.js",
2727
"stats": "node tasks/stats.js",

0 commit comments

Comments
 (0)