Skip to content

Commit

Permalink
chore: bump rsbuild 1.0.0-beta.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Timeless0911 committed Jul 29, 2024
1 parent 757cb79 commit 830675d
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 16 deletions.
2 changes: 1 addition & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"devDependencies": {
"@playwright/test": "1.43.1",
"@rsbuild/core": "1.0.0-alpha.9",
"@rsbuild/core": "1.0.1-beta.6",
"@rslib/core": "workspace:*",
"@rslib/tsconfig": "workspace:*",
"@types/fs-extra": "^11.0.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"prebundle": "prebundle"
},
"dependencies": {
"@rsbuild/core": "1.0.0-alpha.9"
"@rsbuild/core": "1.0.1-beta.6"
},
"devDependencies": {
"@rslib/tsconfig": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/cli/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export function runCli() {
inspectCommand
.description('inspect the Rslib / Rsbuild / Rspack configs')
.option('--env <env>', 'specify env mode', 'development')
.option('--output <output>', 'specify inspect content output path', '/')
.option('--output <output>', 'specify inspect content output path', './')
.option('--verbose', 'show full function definitions in output')
.action(async (options: InspectOptions) => {
try {
Expand Down
31 changes: 18 additions & 13 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 830675d

Please sign in to comment.