We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19a3735 commit bc5b4e1Copy full SHA for bc5b4e1
package.json
@@ -25,7 +25,7 @@
25
"bundle": "node tasks/bundle.js",
26
"header": "node tasks/header.js",
27
"build": "npm run preprocess && npm run bundle && npm run header",
28
- "cibuild": "node tasks/cibundle.js",
+ "cibuild": "npm run preprocess && node tasks/cibundle.js",
29
"watch": "node tasks/watch_plotly.js",
30
"lint": "eslint . || true",
31
"lint-fix": "eslint . --fix",
0 commit comments