Skip to content

Commit

Permalink
fix: version/publish commands
Browse files Browse the repository at this point in the history
  • Loading branch information
cjkoepke committed Jul 1, 2024
1 parent c8e5317 commit 2fcebab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"clean": "lerna run clean",
"build": "lerna run build --scope '@sundaeswap/*'",
"prepare": "husky",
"version:ci": "bun run version -y --ignore-scripts",
"publish:ci": "bun run publish from-package -y"
"version": "lerna version patch --y",
"publish": "lerna publish from-package -y"
},
"devDependencies": {
"@sundaeswap/babel-preset": "2.0.12",
Expand Down

0 comments on commit 2fcebab

Please sign in to comment.