Skip to content

Commit

Permalink
[testing only] Upgrade Auspice to 98beed8630fba5c002b9a2f9a7c9e273422…
Browse files Browse the repository at this point in the history
…e2d3f
  • Loading branch information
nextstrain-bot committed Oct 15, 2024
1 parent 7617c38 commit 961b96a
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#98beed8630fba5c002b9a2f9a7c9e273422e2d3f",
"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 961b96a

Please sign in to comment.