Skip to content

Commit

Permalink
update front end branch
Browse files Browse the repository at this point in the history
  • Loading branch information
seungpark committed Sep 6, 2024
1 parent a33c28a commit afcd61a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ ENV PATH="${WORK_DIRECTORY}/.cargo/bin:${PATH}"
RUN curl https://raw.githubusercontent.com/mongodb/docs-worker-pool/meta/makefiles/shared.mk -o shared.mk

# install snooty frontend and docs-tools
RUN git clone -b DOP-4928 --depth 1 https://github.com/mongodb/snooty.git \
RUN git clone -b DOP-4616 --depth 1 https://github.com/mongodb/snooty.git \
&& cd snooty \
# Need to remove omit dev as the filter functionality for the frontend depends on a dev dependency.
&& npm ci --legacy-peer-deps \
Expand Down

0 comments on commit afcd61a

Please sign in to comment.