build(packaging): increase node memory for tests (#18731)
PR Close #18731
This commit is contained in:
parent
793f31b9b3
commit
4852f55875
4
test.sh
4
test.sh
@ -21,8 +21,8 @@ else
|
||||
if [[ $1 == 'node' ]]; then
|
||||
# Note: .metadata.json files are needed for the language service tests!
|
||||
echo "Creating .metadata.json files..."
|
||||
node dist/tools/@angular/tsc-wrapped/src/main -p packages
|
||||
node dist/tools/@angular/tsc-wrapped/src/main -p modules
|
||||
node --max-old-space-size=3000 dist/tools/@angular/tsc-wrapped/src/main -p packages
|
||||
node --max-old-space-size=3000 dist/tools/@angular/tsc-wrapped/src/main -p modules
|
||||
fi
|
||||
node dist/tools/tsc-watch/ $1 watch
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user