Skip to content

Commit 27f8c92

Browse files
committed
add test-image-gl2d to npm test command
1 parent 5a9f0cc commit 27f8c92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"test-export": "node tasks/test_export.js",
4040
"test-syntax": "node tasks/test_syntax.js",
4141
"test-bundle": "node tasks/test_bundle.js",
42-
"test": "npm run citest-jasmine && npm run test-image && npm run test-syntax && npm run test-bundle",
42+
"test": "npm run citest-jasmine && npm run test-image && npm run test-image-gl2d && npm run test-syntax && npm run test-bundle",
4343
"start-test_dashboard": "node devtools/test_dashboard/server.js",
4444
"start-image_viewer": "node devtools/image_viewer/server.js",
4545
"start": "npm run start-test_dashboard",

0 commit comments

Comments
 (0)