Skip to content

Commit

Permalink
Build esprit design before publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolay Dorofeev committed Mar 5, 2024
1 parent 899b122 commit 73798aa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/tricky-snails-join.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@d0rich/esprit-design': patch
---

Build before publishing
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
- name: Install Dependencies
run: npm ci

- name: Build
run: npm run build:all

- name: Create Release Pull Request or Publish to npm
id: changesets
uses: changesets/action@v1
Expand Down

0 comments on commit 73798aa

Please sign in to comment.