We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
npm start
npm run start-test_dashboard
1 parent f411cae commit b2f9b1cCopy full SHA for b2f9b1c
package.json
@@ -35,8 +35,8 @@
35
"test-syntax": "node test/syntax_test.js",
36
"test-bundle": "node tasks/test_bundle.js",
37
"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",
+ "start": "npm run start-test_dashboard",
+ "start-test_dashboard": "node devtools/test_dashboard/server.js",
40
"start-image_viewer": "node devtools/image_viewer/server.js",
41
"baseline": "./tasks/baseline.sh",
42
"preversion": "npm-link-check && npm dedupe",
0 commit comments