Change pnpm install command to use --no-frozen-lockfile in CI/CD workflow
This commit is contained in:
@@ -21,7 +21,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: '24'
|
node-version: '24'
|
||||||
|
|
||||||
- run: pnpm install --frozen-lockfile
|
- run: pnpm install --no-frozen-lockfile
|
||||||
- run: pnpm build
|
- run: pnpm build
|
||||||
|
|
||||||
publish:
|
publish:
|
||||||
@@ -39,7 +39,7 @@ jobs:
|
|||||||
node-version: '24'
|
node-version: '24'
|
||||||
registry-url: 'https://registry.npmjs.org'
|
registry-url: 'https://registry.npmjs.org'
|
||||||
|
|
||||||
- run: pnpm install --frozen-lockfile
|
- run: pnpm install --no-frozen-lockfile
|
||||||
- run: pnpm build
|
- run: pnpm build
|
||||||
|
|
||||||
- run: pnpm publish --no-git-checks
|
- run: pnpm publish --no-git-checks
|
||||||
|
|||||||
Reference in New Issue
Block a user