Skip to content

Commit 762f091

Browse files
author
Ian Walter
committed
Fixing release workflow
1 parent 95f8505 commit 762f091

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.changeset/quiet-guests-watch.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@ianwalter/decision-tree": patch
3+
---
4+
5+
Fixing release workflow

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ jobs:
1717
# generate changelogs with the correct commits.
1818
fetch-depth: 0
1919
- name: Install
20-
run: pnpm i --dev
20+
run: pnpm i
21+
- name: Build
22+
run: pnpm pretest
2123
- name: Changesets
2224
uses: changesets/action@bfeb9e077e6cf393e4c4ef17e2bbc75b308b4364
2325
with:

0 commit comments

Comments
 (0)