Skip to content

Commit

Permalink
fix: also publish when on a fix branch. Also run a diff before the fr…
Browse files Browse the repository at this point in the history
…ozen lockfile install so we can see what's going on
  • Loading branch information
nklomp committed Jul 14, 2023
1 parent e8b678e commit 69a3200
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-test-on-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
with:
node-version: '18.x'
cache: 'pnpm'
- run: git diff -u
- run: pnpm install --frozen-lockfile
- run: pnpm build
- name: run CI tests
Expand Down

0 comments on commit 69a3200

Please sign in to comment.