You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package.json
+1-1
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@
38
38
"test-export": "node tasks/test_export.js",
39
39
"test-syntax": "node tasks/test_syntax.js && npm run find-strings -- --no-output",
40
40
"test-bundle": "node tasks/test_bundle.js",
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",
41
+
"test": "npm run test-jasmine -- --nowatch && npm run test-bundle && npm run test-image && npm run test-export && npm run test-syntax && npm run lint",
0 commit comments