Skip to content

Commit

Permalink
more --no-lockfile flags
Browse files Browse the repository at this point in the history
  • Loading branch information
HerbCaudill committed Dec 6, 2023
1 parent 35d25e4 commit 3741bf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- name: Install Dependencies
id: deps
run: |
pnpm install --no-lockfile
pnpm install
- name: Build Release
id: build_release
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
ref: ${{ github.ref }}
- name: Install and Build
run: |
pnpm install --no-lockfile
pnpm install
pnpm build
- name: Run Tests
run: pnpm test

0 comments on commit 3741bf7

Please sign in to comment.