Skip to content

Commit

Permalink
no more node_modules?
Browse files Browse the repository at this point in the history
  • Loading branch information
MrBrax committed Nov 7, 2023
1 parent a764837 commit dbd2fea
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ RUN cd /usr/local/share/twitchautomator/server \
&& yarn lint:ts \
&& yarn build \
&& yarn run generate-licenses \
&& rm -rf node_modules \
&& rm -rf .yarn/cache \
&& yarn cache clean --all

Expand All @@ -101,7 +100,6 @@ RUN cd /usr/local/share/twitchautomator/client-vue \
&& yarn \
&& yarn build \
&& yarn run generate-licenses \
&& rm -rf node_modules \
&& rm -rf .yarn/cache \
&& yarn cache clean --all

Expand Down

0 comments on commit dbd2fea

Please sign in to comment.