Skip to content

Commit

Permalink
Remove redundant Auspice build
Browse files Browse the repository at this point in the history
Auspice has a prepare script that runs the build script automatically
after npm install. This means the explicit call to run the build script
is redundant and can be removed to improve build times.
  • Loading branch information
victorlin committed Jun 13, 2023
1 parent ecdbd77 commit ac3f4cb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ RUN /builder-scripts/download-repo https://github.com/nextstrain/auspice release
--arch=$TARGETARCH \
&& npm install \
--arch=$TARGETARCH \
&& npm run build \
&& npm link

# Add NCBI Datasets command line tools for access to NCBI Datsets Virus Data Packages
Expand Down

0 comments on commit ac3f4cb

Please sign in to comment.