Skip to content

Commit 6d7c26a

Browse files
author
Dan Skinner
committed
undo change to docker steps
1 parent dab300a commit 6d7c26a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dockerfiles/Dockerfile.browser

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ RUN find . -name package.json -type f -mindepth 2 -maxdepth 3 ! -path "./node_mo
5757

5858
# once the fixtures are built we no longer need node_modules and
5959
# it makes the COPY later on much faster if we don't have them
60-
# RUN rm -fr **/*/node_modules/
60+
RUN rm -fr **/*/node_modules/
6161

6262
# The maze-runner browser tests (W3C protocol)
6363
FROM 855461928731.dkr.ecr.us-west-1.amazonaws.com/maze-runner-releases:latest-v9-cli AS browser-maze-runner

0 commit comments

Comments
 (0)