This commit is contained in:
2025-09-18 10:13:08 -06:00
parent 28f8907259
commit b20e43b951
11 changed files with 1010 additions and 10 deletions

View File

@@ -4,8 +4,12 @@
"version": "0.0.0",
"description": "GlowTrack monorepo root (pnpm workspaces)",
"scripts": {
"build": "pnpm -r --if-present build",
"test": "pnpm -r --if-present test",
"build": "pnpm -r --if-present build",
"test": "pnpm -r --if-present test",
"test:unit": "pnpm -r --filter @glowtrack/web --if-present test:unit",
"test:e2e": "pnpm -r --filter @glowtrack/web --if-present test:e2e",
"playwright:install": "pnpm -C apps/web exec playwright install --with-deps",
"ci": "bash tools/ci/run-tests.sh",
"lint": "pnpm -r --if-present lint",
"typecheck": "pnpm -r --if-present typecheck || pnpm -r --if-present check",
"format": "pnpm -r --if-present format"