We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dffd73e + fc25170 commit 623f3b2Copy full SHA for 623f3b2
.github/workflows/exp-cicd.yaml
@@ -19,7 +19,7 @@ jobs:
19
with:
20
node-version: ${{ matrix.node-version }} # TODO: enable pnpm cache (setup-node@v3 has issues with pnpm@7)
21
- name: Install dependencies
22
- run: pnpm install --frozen-lockfile
+ run: pnpm install --no-frozen-lockfile
23
- name: Build all packages
24
run: npm run build:all
25
- name: Publish all packages
0 commit comments