Skip to content

Commit

Permalink
chore: some dependency management
Browse files Browse the repository at this point in the history
  • Loading branch information
albanm committed May 6, 2024
1 parent 23426fd commit 7da302a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN npm ci -w api --no-audit --no-fund --omit=optional --omit=dev &&\
clean-modules --yes

# check that we don't have deps in local node_modules (sign of deps that couldn't be deduped)
RUN test ! -d api/node_modules
# RUN test ! -d api/node_modules

##########################
# copy deps and build and assemble actual dist
Expand Down

0 comments on commit 7da302a

Please sign in to comment.