Skip to content

Commit

Permalink
chore(package.json): Add necessary NODE_OPTIONS to scripts
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
  • Loading branch information
marcelklehr committed Jul 6, 2024
1 parent febe07d commit 385b47d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"version": "5.2.4",
"description": "Sync your bookmarks privately across browsers and devices",
"scripts": {
"build": "gulp",
"build-release": "gulp release",
"watch": "gulp watch",
"build": "NODE_OPTIONS=--max-old-space-size=5000 gulp",
"build-release": "NODE_OPTIONS=--max-old-space-size=5000 gulp release",
"watch": "NODE_OPTIONS=--max-old-space-size=5000 gulp watch",
"test": "node --unhandled-rejections=strict test/selenium-runner.js",
"lint": "eslint --ext .js,.vue src",
"lint:fix": "eslint --ext .js,.vue src --fix"
Expand Down

0 comments on commit 385b47d

Please sign in to comment.