Skip to content

Commit 14f0f1f

Browse files
committed
Fix pnpm issues
1 parent 0939cba commit 14f0f1f

File tree

2 files changed

+3
-15
lines changed

2 files changed

+3
-15
lines changed

.github/workflows/continuous-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
# git config --global user.email '${{ secrets.GH_USER_EMAIL }}'
7878

7979
- name: Install Dependencies
80-
run: pnpm install --frozen-lockfile
80+
run: pnpm install
8181

8282
- name: Build
8383
run: pnpm run build

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)