Skip to content

Commit b2f9b1c

Browse files
committed
make npm start call npm run start-test_dashboard
1 parent f411cae commit b2f9b1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
"test-syntax": "node test/syntax_test.js",
3636
"test-bundle": "node tasks/test_bundle.js",
3737
"test": "npm run citest-jasmine && npm run test-image && npm run test-syntax && npm run test-bundle",
38-
"start": "node devtools/test_dashboard/server.js",
39-
"start-test_dashboard": "npm start",
38+
"start": "npm run start-test_dashboard",
39+
"start-test_dashboard": "node devtools/test_dashboard/server.js",
4040
"start-image_viewer": "node devtools/image_viewer/server.js",
4141
"baseline": "./tasks/baseline.sh",
4242
"preversion": "npm-link-check && npm dedupe",

0 commit comments

Comments
 (0)