Skip to content

Commit

Permalink
build: add web script
Browse files Browse the repository at this point in the history
  • Loading branch information
lisiur committed Sep 12, 2023
1 parent 65e3501 commit 6bef122
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"scripts": {
"install": "cd web && pnpm install",
"dev": "cd gui && RUST_LOG=chat_wizard_service=debug cargo tauri dev --no-watch",
"dev:web": "cd web && pnpm dev",
"build": "pnpm run build:gui",
"build:web": "cd web && pnpm build",
"build:gui": "cd gui && cargo tauri build",
Expand Down

0 comments on commit 6bef122

Please sign in to comment.