Skip to content

Commit 16c9da3

Browse files
committed
chore: wip
1 parent 397934c commit 16c9da3

File tree

1 file changed

+0
-5
lines changed
  • storage/framework/core/actions/src

1 file changed

+0
-5
lines changed

storage/framework/core/actions/src/bump.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@ import { path as p } from '@stacksjs/path'
33

44
const options = parseOptions()
55
const changelogCommand = options?.dryRun ? 'buddy changelog --quiet --dry-run' : 'buddy changelog --quiet'
6-
7-
// await runCommand(changelogCommand, {
8-
// cwd: p.projectPath(),
9-
// })
10-
116
const bumpCommand = options?.dryRun
127
? `bunx bumpp ./package.json ./**/package.json ../ide/vscode/package.json --no-push --execute "../scripts/lint"`
138
: `bunx bumpp ./package.json ./**/package.json ../ide/vscode/package.json --all --execute "../scripts/lint"`

0 commit comments

Comments
 (0)