Skip to content

Commit 5e712ca

Browse files
author
naman-contentstack
committed
Merge branch 'v1-beta' of https://github.com/contentstack/cli into core_version-bump
2 parents 7b575b7 + 6dc256c commit 5e712ca

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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)