ci(release): restore build during release (#1116)

pull/1117/head
Jonathan Haines 2025-04-09 19:59:58 +10:00 committed by GitHub
parent 99e7bf2e64
commit 73c899bc81
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -23,6 +23,9 @@ jobs:
- name: Install Dependencies
run: yarn
- name: Build
run: yarn build
- name: Create Release Pull Request or Publish to npm
id: changesets
uses: changesets/action@v1