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