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 test
1 parent 84bf21a commit e574951Copy full SHA for e574951
package.json
@@ -38,7 +38,7 @@
38
"test-export": "node tasks/test_export.js",
39
"test-syntax": "node tasks/test_syntax.js",
40
"test-bundle": "node tasks/test_bundle.js",
41
- "test": "npm run citest-jasmine && npm run test-image && npm run test-image-gl2d && npm run test-syntax && npm run test-bundle",
+ "test": "npm run test-jasmine && npm run test-bundle && npm run test-image && npm run test-image-gl2d && npm run test-syntax && npm run lint",
42
"start-test_dashboard": "node devtools/test_dashboard/server.js",
43
"start-image_viewer": "node devtools/image_viewer/server.js",
44
"start": "npm run start-test_dashboard",
0 commit comments