We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f245c4e commit 983a756Copy full SHA for 983a756
.github/workflows/lint.yml
@@ -16,6 +16,6 @@ jobs:
16
with:
17
node-version: '22.x'
18
cache: 'pnpm'
19
- - run: pnpm install --frozen-lockfile
+ - run: pnpm install --no-frozen-lockfile
20
- run: pnpm -r --sort --workspace-concurrency=1 run build
21
- run: pnpm run lint
.github/workflows/unit-test.yml
@@ -16,7 +16,7 @@ jobs:
- name: Test contentstack
22
working-directory: ./packages/contentstack
0 commit comments