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 Dec 20, 2022
1 parent 0d52c53 commit 01997a8
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 @@ -203,7 +203,6 @@ RUN /builder-scripts/download-repo https://github.com/nextstrain/auspice release
--arch=$TARGETARCH \
&& npm install \
--arch=$TARGETARCH \
&& npm run build \
&& npm link

# ———————————————————————————————————————————————————————————————————— #
Expand Down

0 comments on commit 01997a8

Please sign in to comment.