Skip to content

Commit

Permalink
Remove package-level release
Browse files Browse the repository at this point in the history
  • Loading branch information
jpwilliams committed Sep 25, 2024
1 parent dd4a6ed commit 3ba6f40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"scripts": {
"changeset": "changeset",
"build": "pnpm run --if-present --recursive build",
"release": "pnpm run --if-present --recursive release"
"release": "pnpm run build && changeset publish"
},
"dependencies": {
"@changesets/cli": "^2.27.8",
Expand Down
3 changes: 1 addition & 2 deletions packages/workflow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
"build": "rm -rf dist && tsc && cp src/ui/ui.css dist/ui/ui.css",
"test": "jest --logHeapUsage --maxWorkers=8 --coverage --ci --silent=false",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"release": "npm run build && changeset publish"
"build-storybook": "storybook build"
},
"homepage": "https://github.com/inngest/workflow-kit/tree/main/packages/workflow#readme",
"repository": {
Expand Down

0 comments on commit 3ba6f40

Please sign in to comment.