mirror of
https://github.com/usememos/memos.git
synced 2024-12-26 07:01:17 +08:00
chore: lock pnpm version (#1628)
This commit is contained in:
parent
e3496ac1a2
commit
c081030d61
2 changed files with 2 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue