chore: lock pnpm version (#1628)

This commit is contained in:
Stephen Zhou 2023-05-03 19:14:21 +08:00 committed by GitHub
parent e3496ac1a2
commit c081030d61
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -4,7 +4,7 @@ WORKDIR /frontend-build
COPY ./web/package.json ./web/pnpm-lock.yaml ./
RUN npm install -g pnpm && pnpm i --frozen-lockfile
RUN corepack enable && pnpm i --frozen-lockfile
COPY ./web/ .

View file

@ -6,6 +6,7 @@
"lint": "eslint --ext .js,.ts,.tsx, src",
"lint-fix": "eslint --ext .js,.ts,.tsx, src --fix"
},
"packageManager": "pnpm@8.4.0",
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",