Thanks to visit codestin.com Credit goes to github.com
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 013e778 commit f411caeCopy full SHA for f411cae
package.json
@@ -35,7 +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-test_dashboard": "node devtools/test_dashboard/server.js",
+ "start": "node devtools/test_dashboard/server.js",
39
+ "start-test_dashboard": "npm start",
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