chore: ♻️ expand build space

This commit is contained in:
sevichecc 2023-02-04 11:57:44 +08:00
parent c9e8c38cfa
commit 03ee044482

View file

@ -12,8 +12,8 @@
"tsc:watch": "tsc -w -p tsconfig.node.json", "tsc:watch": "tsc -w -p tsconfig.node.json",
"urara:build": "node urara.js build", "urara:build": "node urara.js build",
"urara:watch": "node urara.js watch", "urara:watch": "node urara.js watch",
"kit:dev": "cross-env NODE_OPTIONS=--max_old_space_size=10250 vite dev", "kit:dev": "cross-env NODE_OPTIONS=--max_old_space_size=11474 vite dev",
"kit:build": "cross-env NODE_OPTIONS=--max_old_space_size=10250 vite build", "kit:build": "cross-env NODE_OPTIONS=--max_old_space_size=11474 vite build",
"dev:parallel": "npm-run-all -p -r tsc:watch urara:watch \"kit:dev {@} \" --", "dev:parallel": "npm-run-all -p -r tsc:watch urara:watch \"kit:dev {@} \" --",
"dev": "npm-run-all -s tsc \"dev:parallel {@} \" --", "dev": "npm-run-all -s tsc \"dev:parallel {@} \" --",
"build": "npm-run-all -s tsc urara:build kit:build clean", "build": "npm-run-all -s tsc urara:build kit:build clean",