Skip to content

Commit 47431ab

Browse files
committed
fix(build): Give it more heap memory
Signed-off-by: Marcel Klehr <[email protected]>
1 parent 23fd0d9 commit 47431ab

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
"version": "5.8.2",
44
"description": "Sync your bookmarks privately across browsers and devices",
55
"scripts": {
6-
"build": "NODE_OPTIONS=--max-old-space-size=8000 gulp",
7-
"build-win": "SET NODE_OPTIONS=--max-old-space-size=8000 & gulp",
8-
"build-release": "NODE_OPTIONS=--max-old-space-size=8000 gulp release",
9-
"build-release-win": "SET NODE_OPTIONS=--max-old-space-size=8000 & gulp release",
10-
"watch": "NODE_OPTIONS=--max-old-space-size=8000 gulp watch",
11-
"watch-win": "SET NODE_OPTIONS=--max-old-space-size=8000 & gulp watch",
6+
"build": "NODE_OPTIONS=--max-old-space-size=12000 gulp",
7+
"build-win": "SET NODE_OPTIONS=--max-old-space-size=12000 & gulp",
8+
"build-release": "NODE_OPTIONS=--max-old-space-size=12000 gulp release",
9+
"build-release-win": "SET NODE_OPTIONS=--max-old-space-size=12000 & gulp release",
10+
"watch": "NODE_OPTIONS=--max-old-space-size=12000 gulp watch",
11+
"watch-win": "SET NODE_OPTIONS=--max-old-space-size=12000 & gulp watch",
1212
"test": "node --unhandled-rejections=strict test/selenium-runner.js",
1313
"lint": "eslint --ext .js,.vue src",
1414
"lint:fix": "eslint --ext .js,.vue src --fix",

0 commit comments

Comments
 (0)