Skip to content

Commit

Permalink
feat: release commands
Browse files Browse the repository at this point in the history
  • Loading branch information
r3lays committed Jan 30, 2024
1 parent 96542b0 commit ff2c254
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: changesets/action@v1
with:
# This expects you to have a script called release which does a build for your packages and calls changeset publish
# publish: bun release
publish: bun release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
],
"scripts": {
"demo": "bun run --cwd demo dev",
"release": "bun run deploy && changeset publish",
"build:sdk": "bun run --cwd packages/sdk build",
"syncSdkTypes": "bun run --cwd packages/sdk ./scripts/sync-api.mjs",
"deploy": "bun build:sdk && bun run --cwd packages/sdk deploy",
Expand Down

0 comments on commit ff2c254

Please sign in to comment.