mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-28 07:04:10 +00:00
eslint - node out of memeory issue
This commit is contained in:
@@ -64,7 +64,7 @@
|
||||
"test:e2e": "playwright test",
|
||||
"test:prettier:web": "npm run test:prettier --workspace=packages/bruno-app",
|
||||
"prepare": "husky install",
|
||||
"lint": "npx eslint ./"
|
||||
"lint": "node --max_old_space_size=4096 $(npx which eslint)"
|
||||
},
|
||||
"overrides": {
|
||||
"rollup": "3.29.5",
|
||||
|
||||
Reference in New Issue
Block a user