File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments