Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
antho-bunny committed Aug 14, 2024
1 parent 5d8b8a9 commit 043c52e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/brown-shrimps-hope.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@bunny.net/edgescript-sdk": patch
---

bump
2 changes: 1 addition & 1 deletion .github/workflows/changeset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.BUNNY_GITHUB }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
with:
publish: "pnpm run -r release"
publish: "pnpm run build && pnpm run release"
title: "🎉 Release"
createGithubReleases: true
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
"version": "0.0.1",
"private": true,
"scripts": {
"preinstall": "npx only-allow pnpm"
"preinstall": "npx only-allow pnpm",
"build": "pnpm run -r build",
"release": "pnpm changeset publish"
},
"dependencies": {},
"devDependencies": {
Expand Down

0 comments on commit 043c52e

Please sign in to comment.