Skip to content

Commit

Permalink
try setting NODE_OPTIONS in taskfile
Browse files Browse the repository at this point in the history
  • Loading branch information
shatakshiiii authored and alisonlhart committed Dec 19, 2024
1 parent d0f468f commit 38ab96d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,8 @@ tasks:
generates:
- "*.vsix"
cmds:
- echo $NODE_OPTIONS
- export NODE_OPTIONS="--max-old-space-size=8192"
- task: build
# while not a real dependency, we want to build both all the time:
- task: als:package
Expand Down

0 comments on commit 38ab96d

Please sign in to comment.