mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-01-16 13:20:33 +00:00
Revert "Update pnpm install to use --no-frozen-lockfile"
This reverts commit d0d3934869.
This commit is contained in:
parent
d0d3934869
commit
f143da6ba8
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -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
|
||||||
|
|||||||
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user