mirror of
https://github.com/tuono-labs/tuono
synced 2026-07-25 12:52:47 -07:00
test(e2e): run tests on Windows jobs (#682)
This commit is contained in:
committed by
GitHub
parent
4d91bc0a72
commit
a7b5e92c46
+1
-1
@@ -12,7 +12,7 @@
|
||||
"typecheck": "turbo typecheck --filter=./devtools/* --filter=./packages/*",
|
||||
"test": "turbo test --filter=./devtools/* --filter=./packages/*",
|
||||
"test:watch": "turbo test:watch --filter=./devtools/* --filter=./packages/*",
|
||||
"test:e2e": "pnpm --filter='fixture-*' run test:e2e",
|
||||
"test:e2e": "pnpm --filter \"./e2e/fixtures/*\" run test:e2e",
|
||||
"examples:format": "prettier ./examples/** --check",
|
||||
"examples:format:fix": "prettier ./examples/** --write",
|
||||
"examples:typecheck": "pnpm --filter \"./examples/*\" exec tsc --noEmit",
|
||||
|
||||
Reference in New Issue
Block a user