Revert "Update pnpm install to use --no-frozen-lockfile"
Some checks failed
Build NapCat Artifacts / Build-Framework (push) Has been cancelled
Build NapCat Artifacts / Build-Shell (push) Has been cancelled

This reverts commit d0d3934869.
This commit is contained in:
手瓜一十雪 2026-01-15 11:19:15 +08:00
parent d0d3934869
commit f143da6ba8
2 changed files with 4 additions and 4 deletions

View File

@ -36,7 +36,7 @@ jobs:
NAPCAT_VERSION: ${{ env.NAPCAT_VERSION }} NAPCAT_VERSION: ${{ env.NAPCAT_VERSION }}
run: | run: |
npm i -g pnpm npm i -g pnpm
pnpm i --no-frozen-lockfile pnpm i
pnpm run typecheck || exit 1 pnpm run typecheck || exit 1
pnpm test || exit 1 pnpm test || exit 1
pnpm --filter napcat-webui-frontend run build || exit 1 pnpm --filter napcat-webui-frontend run build || exit 1
@ -78,7 +78,7 @@ jobs:
NAPCAT_VERSION: ${{ env.NAPCAT_VERSION }} NAPCAT_VERSION: ${{ env.NAPCAT_VERSION }}
run: | run: |
npm i -g pnpm npm i -g pnpm
pnpm i --no-frozen-lockfile pnpm i
pnpm run typecheck || exit 1 pnpm run typecheck || exit 1
pnpm test || exit 1 pnpm test || exit 1
pnpm --filter napcat-webui-frontend run build || exit 1 pnpm --filter napcat-webui-frontend run build || exit 1

View File

@ -59,7 +59,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: | run: |
npm i -g pnpm npm i -g pnpm
pnpm i --no-frozen-lockfile pnpm i
pnpm --filter napcat-webui-frontend run build || exit 1 pnpm --filter napcat-webui-frontend run build || exit 1
pnpm run build:framework pnpm run build:framework
mv packages/napcat-framework/dist framework-dist mv packages/napcat-framework/dist framework-dist
@ -88,7 +88,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: | run: |
npm i -g pnpm npm i -g pnpm
pnpm i --no-frozen-lockfile pnpm i
pnpm --filter napcat-webui-frontend run build || exit 1 pnpm --filter napcat-webui-frontend run build || exit 1
pnpm run build:shell pnpm run build:shell
mv packages/napcat-shell/dist shell-dist mv packages/napcat-shell/dist shell-dist