Skip to content

Commit 301dafb

Browse files
committed
feat: add support for pnpm
Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
1 parent 78f3d22 commit 301dafb

File tree

18 files changed

+10797
-18292
lines changed

18 files changed

+10797
-18292
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"ghcr.io/devcontainers/features/node:1": {},
66
"ghcr.io/devcontainers/features/github-cli:1": {}
77
},
8+
"postCreateCommand": "npm install -g pnpm",
89
"remoteEnv": {
910
"GITHUB_TOKEN": "${localEnv:GITHUB_TOKEN}"
1011
},

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414

1515
## Opinionated and advisable packages to configure tools to develop a Typescript project
1616

17+
> ✨ Works with npm, yarn, and pnpm package managers
18+
1719
---
1820

1921
## Why **ts-dev-tools** ?

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"packages/*"
44
],
55
"version": "independent",
6-
"npmClient": "npm",
6+
"npmClient": "pnpm",
77
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
88
}

0 commit comments

Comments
 (0)