Skip to content

Commit fa037a6

Browse files
committed
remove corepack usage
1 parent 3383335 commit fa037a6

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ RUN set -eux; \
1414
apt-get update; \
1515
apt-get install -y --no-install-recommends ca-certificates curl git; \
1616
update-ca-certificates || true; \
17-
corepack enable; \
18-
corepack prepare pnpm@10.12.2 --activate; \
17+
npm install -g pnpm@10.12.2; \
1918
rm -rf /var/lib/apt/lists/*
2019

2120
# Copy workspace (build context is the repo root of pgpm-modules)

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
"publishConfig": {
1515
"access": "restricted"
1616
},
17-
"packageManager": "pnpm@10.12.2",
1817
"workspaces": [
1918
"packages/*"
2019
],

0 commit comments

Comments
 (0)