Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f411cae

Browse files
committed
add 'npm start' alias to start test dashboard
1 parent 013e778 commit f411cae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +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-test_dashboard": "node devtools/test_dashboard/server.js",
38+
"start": "node devtools/test_dashboard/server.js",
39+
"start-test_dashboard": "npm start",
3940
"start-image_viewer": "node devtools/image_viewer/server.js",
4041
"baseline": "./tasks/baseline.sh",
4142
"preversion": "npm-link-check && npm dedupe",

0 commit comments

Comments
 (0)