Skip to content

Commit

Permalink
fix publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
mikearnaldi committed Dec 27, 2023
1 parent c5c987d commit d0471ca
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions .changeset/little-avocados-invent.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
"@effect/cli": minor
"effect": minor
"@effect/opentelemetry": minor
"@effect/platform": minor
"@effect/platform-browser": minor
"@effect/platform-bun": minor
"@effect/platform-node": minor
"@effect/printer": minor
"@effect/printer-ansi": minor
"@effect/rpc": minor
"@effect/rpc-http": minor
"@effect/rpc-http-node": minor
"@effect/rpc-nextjs": minor
"@effect/rpc-workers": minor
"@effect/schema": minor
"@effect/typeclass": minor
---

Switch to monorepo structure
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"dtslint": "pnpm --recursive --parallel run dtslint",
"dtslint-clean": "dtslint --installAll",
"changeset-version": "changeset version && node scripts/version.mjs",
"changeset-release": "pnpm build && changeset publish"
"changeset-publish": "pnpm build && changeset publish"
},
"devDependencies": {
"@babel/cli": "^7.23.4",
Expand Down

0 comments on commit d0471ca

Please sign in to comment.