Skip to content

Commit f1ce3fb

Browse files
Merge pull request #2475 from contentstack/update/lockfile
chore: update lockfile and workflows
2 parents 83c6d60 + f85ce83 commit f1ce3fb

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

.github/workflows/release-v2-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-v2-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

pnpm-lock.yaml

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)