Skip to content

Commit 85fde1b

Browse files
Add explicit build step to release workflow (#108)
1 parent 6d805d4 commit 85fde1b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
cache: "npm"
3030

3131
- run: npm ci
32+
# we explicitly run here because changesets might not be running the build step https://github.com/changesets/changesets/issues/860#issuecomment-1316398728
33+
- run: npm run build
3234

3335
- id: changesets
3436
uses: changesets/action@v1

0 commit comments

Comments
 (0)