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 f49923f commit 7150055Copy full SHA for 7150055
package.json
@@ -43,6 +43,7 @@
43
],
44
"scripts": {
45
"preprocess": "node tasks/preprocess.js",
46
+ "postinstall": "npm run preprocess",
47
"bundle": "node tasks/bundle.js",
48
"build": "npm run preprocess && npm run bundle",
49
"watch": "node tasks/watch_plotly.js",
0 commit comments