Skip to content

Commit

Permalink
Remove --max_old_space_size flag
Browse files Browse the repository at this point in the history
It doesn't seem to cooperate with Angular v19
  • Loading branch information
kimrutherford committed Nov 23, 2024
1 parent 2c01634 commit b556fe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
curl -L https://raw.githubusercontent.com/pombase/pombase-config/master/website/pombase_v2_config.json > main_config.json && \
echo generating doc files: && \
node ./node_modules/@angular/cli/bin/ng --version && \
./etc/update_generated_files.sh main_config.json data_files && node --max_old_space_size=8000 ./node_modules/@angular/cli/bin/ng build --no-progress && \
./etc/update_generated_files.sh main_config.json data_files && node ./node_modules/@angular/cli/bin/ng build --no-progress && \
echo checking for broken links in PomBase docs: && \
./etc/check_docs_broken_links.pl main_config.json src/docs src/assets && \
echo checking for broken links in JaponicusDB docs: && \
Expand Down

0 comments on commit b556fe3

Please sign in to comment.