Commit b307e32
committed
chore: replace stale pnpm references with npm equivalents
The repository migrated from pnpm workspaces to npm in 4071cbc but
several files were not updated at that time:
- .github/pull_request_template.md: checklist items still referenced
`pnpm -r run lint/typecheck/test`; replaced with the npm --prefix
equivalents used by CI.
- .gitignore: removed pnpm-debug.log* (pnpm is no longer installed).
- apps/web/.gitignore: same pnpm-debug.log* removal.
- apps/mobile/jest.config.js: removed the \.pnpm/ virtual-store branch
from the transformIgnorePatterns regex (dead code under npm).1 parent b69d55d commit b307e32
4 files changed
Lines changed: 4 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
47 | | - | |
| 46 | + | |
| 47 | + | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
49 | 48 | | |
50 | 49 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
| |||
0 commit comments