Skip to content

Commit aee5afa

Browse files
committed
reorder npm tasks
1 parent dd447d5 commit aee5afa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
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": "npm run start-test_dashboard",
3938
"start-test_dashboard": "node devtools/test_dashboard/server.js",
4039
"start-image_viewer": "node devtools/image_viewer/server.js",
40+
"start": "npm run start-test_dashboard",
4141
"baseline": "./tasks/baseline.sh",
4242
"preversion": "npm-link-check && npm dedupe",
4343
"version": "npm run build && git add -A dist src build",

0 commit comments

Comments
 (0)