Skip to content

Commit

Permalink
πŸ› [NPM] Fix broken publish (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
beefchimi authored Apr 1, 2024
1 parent 67705fd commit a4bc47d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/hot-pugs-juggle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"emitten": patch
---

Fix missing dist folder.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a4bc47d

Please sign in to comment.