Skip to content

Commit b4b37cc

Browse files
committed
chore(*): increase memory for lint
1 parent 750c23e commit b4b37cc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ steps:
1414

1515
- script: npm run lint:lib
1616
displayName: 'Run lint'
17+
env:
18+
NODE_OPTIONS: "--max_old_space_size=4096"
1719

1820
- script: npm run build:lib
1921
displayName: 'Build source code and styles'

0 commit comments

Comments
 (0)