We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96b5c1c commit 22ee1faCopy full SHA for 22ee1fa
package.json
@@ -43,9 +43,14 @@
43
],
44
"scripts": {
45
"preprocess": "node tasks/preprocess.js",
46
- "build": "node tasks/build.js",
47
- "test": "node tasks/test.js",
48
- "watch": "node tasks/watch.js"
+ "bundle": "node tasks/bundle.js",
+ "build": "npm run preprocess && npm run bundle",
+ "watch": "node tasks/watch_plotly.js",
49
+ "test-jasmine": "karma start test/jasmine/karma.conf.js",
50
+ "test-image": "echo TODO",
51
+ "test": "npm run test-jasmine && npm test-image",
52
+ "start-test_dashboard": "node devtools/test_dashboard/server.js",
53
+ "start-image_viewer": "node devtools/image_viewer/server.js"
54
},
55
"dependencies": {
56
"3d-view": "^2.0.0",
0 commit comments