Skip to content

Commit

Permalink
Add missing node command
Browse files Browse the repository at this point in the history
  • Loading branch information
kimrutherford committed Nov 23, 2024
1 parent dbb6d65 commit 4d616c2
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 @@ -42,7 +42,7 @@ jobs:
./create_jbrowse_track_list.pl trackListTemplate.json pombase_jbrowse_track_metadata.csv /dev/null /dev/null ./minimal_jbrowse_track_list.json && \
curl -L https://raw.githubusercontent.com/pombase/pombase-config/master/website/pombase_v2_config.json > main_config.json && \
echo generating doc files: && \
./node_modules/@angular/cli/bin/ng --version && \
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 && \
echo checking for broken links in PomBase docs: && \
./etc/check_docs_broken_links.pl main_config.json src/docs src/assets && \
Expand Down

0 comments on commit 4d616c2

Please sign in to comment.