Skip to content

Commit

Permalink
build:build -> build:desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
kearfy committed Jul 17, 2024
1 parent 2848857 commit b37f37e
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 @@ -9,7 +9,7 @@
],
"scripts": {
"build": "tsc && pnpm grammar:build && vite build",
"build:build": "tsc && pnpm grammar:build && vite build -c vite.config.build.ts",
"build:desktop": "tsc && pnpm grammar:build && vite build -c vite.config.build.ts",
"build:embedded": "tsc && pnpm grammar:build && vite build -c vite.config.embedded.ts",
"dev": "vite",
"dev:desktop": "vite -c vite.config.desktop.ts",
Expand Down

0 comments on commit b37f37e

Please sign in to comment.