Skip to content

Commit

Permalink
fix(frontend): fix build script
Browse files Browse the repository at this point in the history
  • Loading branch information
634750802 committed Jul 22, 2024
1 parent a81e02b commit 4798a8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"test": "pnpm run --filter '*' test",
"dev": "pnpm run --filter 'app' dev",
"build:widget-react": "pnpm run --filter '@tidb.ai/react' build",
"build:docker": "pnpm run --filter 'app' build:standalone && pnpm run --filter 'www' build:standalone",
"build:docker": "pnpm run --filter 'app' build:standalone",
"build": "pnpm run --filter 'app' build",
"verify": "pnpm run test && pnpm run build && pnpm run build:widget-react"
}
Expand Down

0 comments on commit 4798a8b

Please sign in to comment.