Skip to content

Commit

Permalink
[testing only] Upgrade Auspice to 5997951dc4cb23c12e3d049ffbbfb4b126b…
Browse files Browse the repository at this point in the history
…d94b8
  • Loading branch information
nextstrain-bot committed Oct 18, 2024
1 parent 7617c38 commit d9f8d1d
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#5997951dc4cb23c12e3d049ffbbfb4b126bd94b8",
"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 @@ -40,7 +40,7 @@ build-static() {
build-auspice() {
echo "Building a customised version of auspice"
cd auspice-client
npm ci
npm ci --ignore-scripts
./node_modules/.bin/auspice build --verbose --extend ./customisations/config.json
cd ..
}
Expand Down

0 comments on commit d9f8d1d

Please sign in to comment.