test: init e2e/smoke (#4225)

This commit is contained in:
Alex Yang
2025-08-25 17:29:27 -07:00
committed by GitHub
parent e1552bebee
commit 8c4165e958
13 changed files with 349 additions and 109 deletions

View File

@@ -17,6 +17,7 @@
"release:canary": "turbo --filter \"./packages/*\" build && bumpp && pnpm -r publish --access public --tag canary --no-git-checks",
"bump": "bumpp",
"test": "turbo --filter \"./packages/*\" test",
"e2e:smoke": "turbo --filter \"./e2e/*\" e2e:smoke",
"typecheck": "turbo --filter \"./packages/*\" typecheck"
},
"devDependencies": {