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.
1 parent dd447d5 commit aee5afaCopy full SHA for aee5afa
package.json
@@ -35,9 +35,9 @@
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": "npm run start-test_dashboard",
39
"start-test_dashboard": "node devtools/test_dashboard/server.js",
40
"start-image_viewer": "node devtools/image_viewer/server.js",
+ "start": "npm run start-test_dashboard",
41
"baseline": "./tasks/baseline.sh",
42
"preversion": "npm-link-check && npm dedupe",
43
"version": "npm run build && git add -A dist src build",
0 commit comments