Skip to content

Commit

Permalink
fix: cant build web
Browse files Browse the repository at this point in the history
  • Loading branch information
little-buddy committed Dec 10, 2023
1 parent dc7bb0d commit ec9b7d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dev:web": "cross-env NODE_ENV=development vite --mode browser",
"dev:api": "yarn workspace @radishes/api run dev",
"dev:electron": "concurrently -r \"yarn generate:theme\" \"electron-vite dev --mode electron.dev --outDir dist-electron\"",
"build:web": "yarn generate:theme && cross-env NODE_ENV=production vite build --mode browser",
"build:web": "cross-env NODE_ENV=production vite build --mode browser",
"build:electron": "npx rimraf dist-electron && npx electron-vite build --mode electron.build --outDir dist-electron",
"build:api": "yarn workspace @radishes/api run build",
"pkg:win": "yarn build:electron && yarn workspace @radishes/api run buildwin && npx electron-builder --config .electron-builder.config.js -w",
Expand Down

0 comments on commit ec9b7d3

Please sign in to comment.