fix(test): configure scripts workspace and e2e typings

This commit is contained in:
2026-03-05 20:45:14 +04:00
parent 6f6873f25d
commit cfc8a521e4
6 changed files with 383 additions and 10 deletions

View File

@@ -4,7 +4,8 @@
"type": "module",
"workspaces": [
"apps/*",
"packages/*"
"packages/*",
"scripts"
],
"scripts": {
"build": "bun run --filter '*' build",