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 5176af6 commit 769117cCopy full SHA for 769117c
package.json
@@ -46,7 +46,7 @@
46
"postinstall": "npm run preprocess",
47
"bundle": "node tasks/bundle.js",
48
"build": "npm run preprocess && npm run bundle",
49
- "cibuild": "npm run preprocess && node tasks/cibundle.js",
+ "cibuild": "node tasks/cibundle.js",
50
"watch": "node tasks/watch_plotly.js",
51
"lint": "cd src && jshint . || true",
52
"test-jasmine": "karma start test/jasmine/karma.conf.js",
0 commit comments