Skip to content

Commit 85e582e

Browse files
committed
chore(*): update scripts
1 parent 4e558b6 commit 85e582e

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

browser/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"clean": "rm -rf build",
1010
"lintBrowser": "eslint ./src/**/*.{ts,tsx} ./src/*.{ts,tsx}",
1111
"lintSamples": "eslint ../samples/**/**/**/*.{ts,tsx} ./templates/**/src/*.{ts,tsx} ",
12-
"start": "gulp updateBrowser && vite --port 4200",
13-
"build": "gulp updateBrowser && node --max_old_space_size=10240 && node_modules/vite/bin/vite build",
14-
"host": "node --max_old_space_size=10240 vite --port 4200",
12+
"start": "gulp updateBrowser && node --max-old-space-size=4096 node_modules/vite/bin/vite --port 4200",
13+
"build": "gulp updateBrowser && node --max-old-space-size=10240 node_modules/vite/bin/vite build",
14+
"host": "node --max-old-space-size=4096 node_modules/vite/bin/vite --port 4200",
1515
"postbuild": "node tasks/copyWebConfig.js && gulp verifyBuild",
1616
"test": "gulp updateBrowser && vitest --env=jsdom"
1717
},

browser/public/meta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"version":"23.2.915","date":"2025-10-13 16:34:25","note":"this file is auto-generated"}
1+
{"version":"23.2.915","date":"2025-10-13 16:47:26","note":"this file is auto-generated"}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"version":"23.2.915","date":"2025-10-13 16:34:25","note":"this file is auto-generated"}
1+
{"version":"23.2.915","date":"2025-10-13 16:47:26","note":"this file is auto-generated"}

0 commit comments

Comments
 (0)