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
+2-1
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@
32
32
"format": "virmator format",
33
33
"publish": "virmator publish \"npm run compile && npm run test:all\"",
34
34
"test": "npm run compile && test-as-package \"virmator test\"",
35
-
"test:all": "concurrently --kill-others-on-fail --kill-signal SIGKILL -c auto --colors --names types,tests,spelling,format,docs \"npm run test:types\"\"npm run test\"\"npm run test:spelling\"\"npm run test:format\"\"npm run test:docs\"",
35
+
"test:all": "npm test && concurrently --kill-others-on-fail --kill-signal SIGKILL -c auto --colors --names types,spelling,format,docs \"npm run test:types\"\"npm run test:spelling\"\"npm run test:format\"\"npm run test:docs\"",
36
36
"test:coverage": "npm run test coverage",
37
37
"test:debug": "npm run compile && test-as-package \"virmator test --inspect-brk --parallel=false\"",
0 commit comments