Skip to content

Commit

Permalink
Merge pull request #5 from frak-id/fix/ci
Browse files Browse the repository at this point in the history
💚 Fix CI changeset release scripts command
  • Loading branch information
srod authored Mar 22, 2024
2 parents 45f8919 + 00dee0a commit 1bfe000
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/happy-comics-study.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@frak-labs/nexus-sdk": patch
---

Update dependencies, some texts and comments
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"clean:stack": "sst remove --stage prod",
"update:deps": "npm-check-updates -ui -ws",
"changeset": "changeset",
"changeset:release": "bun run build && changeset publish",
"changeset:release": "bun run --cwd packages/sdk build && changeset publish",
"changeset:version": "changeset version && bun install --lockfile-only"
},
"devDependencies": {
Expand Down

0 comments on commit 1bfe000

Please sign in to comment.