feat: update build script to increase memory limit and add sync workflow

This commit is contained in:
linzero
2025-09-29 16:55:22 +08:00
parent d20ee1226e
commit 980108e907
2 changed files with 18 additions and 1 deletions

View File

@@ -45,7 +45,7 @@
},
"scripts": {
"dev": "vite",
"build": "vite build",
"build": "node --max-old-space-size=4096 ./node_modules/vite/bin/vite.js build",
"lint": "prettier . --check",
"lint:fix": "prettier . --write",
"eslint": "bunx eslint \"**/*.{js,jsx}\" --cache",