diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 618c48c..79643da 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,6 +24,9 @@ jobs: - name: 📦 Install dependencies run: npm ci + - name: 🏗️ Build project + run: npm run build + - name: 📣 Create PR or publish to NPM id: changesets uses: changesets/action@v1