Skip to content

Commit 847b47c

Browse files
committed
PUSH
- Windows build support
1 parent 99607b2 commit 847b47c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"scripts": {
3939
"dev": "vite --host",
4040
"build": "NODE_OPTIONS=--max_old_space_size=4096 run-p type-check \"build-only {@}\" --",
41+
"build-win": "run-p type-check \"build-only {@}\" --",
4142
"preview": "vite preview",
4243
"build-only": "vite build",
4344
"type-check": "vue-tsc --build --force",

0 commit comments

Comments
 (0)