Skip to content

Commit

Permalink
chore: add build:web command
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Jun 11, 2024
1 parent 4dd3677 commit dc4c44c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"local": "VITE_APP_API_URL=http://localhost:8787/graphql vite --config vite.dev.config.ts",
"prod": "VITE_APP_API_URL=https://api.fluentci.io/graphql vite --config vite.dev.config.ts",
"start": "electron .",
"build:web": "vite build --config vite.dev.config.ts",
"build": "tsc && vite build && electron-builder",
"build:prod": "VITE_APP_API_URL=https://api.fluentci.io/graphql tsc && vite build --config vite.dev.config.ts",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
Expand Down

0 comments on commit dc4c44c

Please sign in to comment.