Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e574951

Browse files
committed
add all test commands the npm test script
1 parent 84bf21a commit e574951

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"test-export": "node tasks/test_export.js",
3939
"test-syntax": "node tasks/test_syntax.js",
4040
"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",
41+
"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",
4242
"start-test_dashboard": "node devtools/test_dashboard/server.js",
4343
"start-image_viewer": "node devtools/image_viewer/server.js",
4444
"start": "npm run start-test_dashboard",

0 commit comments

Comments
 (0)