Skip to content

Commit

Permalink
[testing only] Upgrade Auspice to dfedea5138e942429ed4813b92d73beba70…
Browse files Browse the repository at this point in the history
…0a484
  • Loading branch information
nextstrain-bot committed Oct 14, 2024
1 parent 7617c38 commit 52aa6ac
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
13 changes: 7 additions & 6 deletions auspice-client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion auspice-client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"dependencies": {
"auspice": "^2.58.0",
"auspice": "github:nextstrain/auspice#dfedea5138e942429ed4813b92d73beba700a484",
"iso-639-1": "^2.1.15"
}
}
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ build-auspice() {
echo "Building a customised version of auspice"
cd auspice-client
npm ci
./node_modules/.bin/auspice build --verbose --extend ./customisations/config.json
./node_modules/.bin/auspice build --includeTiming --verbose --extend ./customisations/config.json
cd ..
}

Expand Down

0 comments on commit 52aa6ac

Please sign in to comment.