Merge pull request #12377 from CaseSolvedUK/develop
fix: Memory limit for watch command
This commit is contained in:
commit
49931f8d63
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
"scripts": {
|
||||
"build": "node rollup/build.js",
|
||||
"production": "FRAPPE_ENV=production node rollup/build.js",
|
||||
"watch": "node rollup/watch.js",
|
||||
"watch": "node --max_old_space_size=1280 rollup/watch.js",
|
||||
"snyk-protect": "snyk protect",
|
||||
"prepare": "yarn run snyk-protect"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue