Skip to content

Commit

Permalink
🐛 [NPM] Fix broken publish
Browse files Browse the repository at this point in the history
  • Loading branch information
beefchimi committed Apr 1, 2024
1 parent a8e6bc9 commit 277aaea
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
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
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@
"vitest": "^1.4.0"
},
"dependencies": {
"beeftools": "^0.0.2",
"beeftools": "^0.0.3",
"react": "^18.2.0"
},
"peerDependencies": {
"beeftools": "^0.0.2",
"beeftools": "^0.0.3",
"react": "^18.2.0"
}
}

0 comments on commit 277aaea

Please sign in to comment.