Skip to content

Commit

Permalink
Prevent docker build failure (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
nobishino authored Sep 16, 2021
1 parent 89dbf8d commit ab082ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ _ts:
echo 'Installing NPM dependencies...'
npm ci
echo 'Compiling TypeScript...'
node_modules/.bin/tsc
NODE_OPTIONS=--max_old_space_size=4096 node_modules/.bin/tsc

0 comments on commit ab082ad

Please sign in to comment.