Unverified Commit c081030d authored by Stephen Zhou's avatar Stephen Zhou Committed by GitHub

chore: lock pnpm version (#1628)

parent e3496ac1
......@@ -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/ .
......
......@@ -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",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment