T003
This commit is contained in:
13
package.json
Normal file
13
package.json
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
{
|
||||||
|
"name": "glowtrack",
|
||||||
|
"private": true,
|
||||||
|
"version": "0.0.0",
|
||||||
|
"description": "GlowTrack monorepo root (pnpm workspaces)",
|
||||||
|
"scripts": {
|
||||||
|
"build": "pnpm -r --if-present build",
|
||||||
|
"test": "pnpm -r --if-present test",
|
||||||
|
"lint": "pnpm -r --if-present lint",
|
||||||
|
"typecheck": "pnpm -r --if-present typecheck || pnpm -r --if-present check",
|
||||||
|
"format": "pnpm -r --if-present format"
|
||||||
|
}
|
||||||
|
}
|
||||||
3
pnpm-workspace.yaml
Normal file
3
pnpm-workspace.yaml
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
packages:
|
||||||
|
- 'apps/*'
|
||||||
|
- 'packages/*'
|
||||||
@@ -32,7 +32,7 @@ Paths below are absolute to this repo.
|
|||||||
- Add .envrc (optional) to auto-enter devShell
|
- Add .envrc (optional) to auto-enter devShell
|
||||||
- Dependencies: T001
|
- Dependencies: T001
|
||||||
|
|
||||||
- [ ] T003 Initialize pnpm workspaces
|
- [X] T003 Initialize pnpm workspaces
|
||||||
- Create /home/jawz/Development/Projects/GlowTrack/package.json (private workspace root) with scripts: lint, test, build, typecheck, format
|
- Create /home/jawz/Development/Projects/GlowTrack/package.json (private workspace root) with scripts: lint, test, build, typecheck, format
|
||||||
- Create /home/jawz/Development/Projects/GlowTrack/pnpm-workspace.yaml listing apps/* and packages/*
|
- Create /home/jawz/Development/Projects/GlowTrack/pnpm-workspace.yaml listing apps/* and packages/*
|
||||||
- Dependencies: T001
|
- Dependencies: T001
|
||||||
|
|||||||
Reference in New Issue
Block a user