T007
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user