Skip to content

Commit

Permalink
chore: build before publish - lol
Browse files Browse the repository at this point in the history
  • Loading branch information
grabbou committed Dec 10, 2024
1 parent 611569a commit e32647f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/framework/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"Piotr Karwatka <[email protected]>"
],
"scripts": {
"prepare": "bun run build",
"clean": "rm -rf dist",
"build": "bun run clean && bun run build:lib && bun run build:types",
"build:lib": "rslib build",
Expand Down
1 change: 1 addition & 0 deletions packages/tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"description": "Tools that help you build AI agents",
"author": "Piotr Karwatka <[email protected]>",
"scripts": {
"prepare": "bun run build",
"clean": "rm -rf dist",
"build": "bun run clean && bun run build:lib && bun run build:types",
"build:lib": "rslib build",
Expand Down

0 comments on commit e32647f

Please sign in to comment.