Skip to content

Commit 22ee1fa

Browse files
committed
update scripts in package.json
1 parent 96b5c1c commit 22ee1fa

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

package.json

+8-3
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,14 @@
4343
],
4444
"scripts": {
4545
"preprocess": "node tasks/preprocess.js",
46-
"build": "node tasks/build.js",
47-
"test": "node tasks/test.js",
48-
"watch": "node tasks/watch.js"
46+
"bundle": "node tasks/bundle.js",
47+
"build": "npm run preprocess && npm run bundle",
48+
"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"
4954
},
5055
"dependencies": {
5156
"3d-view": "^2.0.0",

0 commit comments

Comments
 (0)