Skip to content

Commit

Permalink
no need to clean npm cache
Browse files Browse the repository at this point in the history
  • Loading branch information
cbaker6 committed Dec 30, 2022
1 parent d4ef47f commit 4a680f1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ RUN npm ci --omit=dev --ignore-scripts \
# Install all dependencies
&& npm ci \
# Run build steps
&& npm run build \
# Clean npm cache
&& npm cache clean --force
&& npm run build

############################################################
# Release stage
Expand Down

0 comments on commit 4a680f1

Please sign in to comment.