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.
npm dedupe
npm run build
1 parent da0dbf0 commit 4e0a17bCopy full SHA for 4e0a17b
package.json
@@ -24,7 +24,7 @@
24
"preprocess": "node tasks/preprocess.js",
25
"bundle": "node tasks/bundle.js",
26
"header": "node tasks/header.js",
27
- "build": "npm run preprocess && npm run bundle && npm run header",
+ "build": "npm dedupe && npm run preprocess && npm run bundle && npm run header",
28
"cibuild": "node tasks/cibundle.js",
29
"watch": "node tasks/watch_plotly.js",
30
"lint": "eslint . || true",
0 commit comments