Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
"@scrawn/core": patch
---

First release of the sdks.
testing release
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:

- name: Build packages
run: |
bun run build --filter @scrawn/core
bun run build --filter @scrawn/analytics
cd packages/scrawn && bun run build
cd ../analytics && bun run build

- name: Create Release PR or Publish
id: changesets
Expand Down
Empty file modified clean_build.sh
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"clean": "cd packages/scrawn && bun run clean",
"format": "bunx prettier --write .",
"changeset": "changeset",
"release": "bun run build --filter @scrawn/core --filter @scrawn/analytics && changeset publish"
"release": "cd packages/scrawn && bun run build && cd ../analytics && bun run build && cd ../.. && changeset publish"
},
"devDependencies": {
"@changesets/cli": "^2.29.5",
Expand Down
Loading