File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
storage/framework/core/actions/src Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ import { path as p } from '@stacksjs/path'
4
4
const options = parseOptions ( )
5
5
const changelogCommand = options ?. dryRun ? 'buddy changelog --quiet --dry-run' : 'buddy changelog --quiet'
6
6
const bumpCommand = options ?. dryRun
7
- ? `bunx --bun bumpp ./package.json ./**/package.json ../package.json ../ide/vscode/package.json ../views/** ../cloud/package.json ../server/package.json ../orm/package.json ../docs/package.json ../api/package.json ../email/package.json ../system-tray/package.json --no-push --execute "../scripts/lint"`
8
- : `bunx --bun bumpp ./package.json ./**/package.json ../package.json ../ide/vscode/package.json ../views/** ../cloud/package.json ../server/package.json ../orm/package.json ../docs/package.json ../api/package.json ../email/package.json ../system-tray/package.json --all --execute "../scripts/lint"`
7
+ ? `bunx --bun bumpp ./package.json ./**/package.json ../package.json ../default/ ide/vscode/package.json ../views/** ../cloud/package.json ../server/package.json ../orm/package.json ../docs/package.json ../api/package.json ../email/package.json ../system-tray/package.json --no-push --execute "../scripts/lint"`
8
+ : `bunx --bun bumpp ./package.json ./**/package.json ../package.json ../default/ ide/vscode/package.json ../views/** ../cloud/package.json ../server/package.json ../orm/package.json ../docs/package.json ../api/package.json ../email/package.json ../system-tray/package.json --all --execute "../scripts/lint"`
9
9
10
10
log . debug ( `Running: ${ bumpCommand } ` )
11
11
log . debug ( `In frameworkPath: ${ p . frameworkPath ( ) } ` )
You can’t perform that action at this time.
0 commit comments