Skip to content

Commit 6dc256c

Browse files
Merge pull request #2473 from contentstack/fix/workflow-no-frozen-lock
updated workflow no-frozen lock file
2 parents 24d7cda + ee43f1c commit 6dc256c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-v1-beta-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: pnpm run clean:all
2626

2727
- name: Install root dependencies
28-
run: pnpm install --frozen-lockfile
28+
run: pnpm install --no-frozen-lockfile
2929

3030
- name: Build all packages
3131
run: pnpm -r --sort run build

.github/workflows/release-v1-beta-platform-plugins.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: pnpm run clean:all
2626

2727
- name: Install root dependencies
28-
run: pnpm install --frozen-lockfile
28+
run: pnpm install --no-frozen-lockfile
2929

3030
- name: Build all plugins
3131
run: pnpm -r --sort run build

0 commit comments

Comments
 (0)