don't download cypress on production build
This commit is contained in:
parent
f27ce01c7e
commit
88ecfd00cf
|
@ -6,6 +6,7 @@ COPY gatsby-config.js .
|
|||
COPY package.json .
|
||||
COPY yarn.lock .
|
||||
|
||||
ENV CYPRESS_INSTALL_BINARY 0
|
||||
RUN yarn --frozen-lockfile
|
||||
RUN yarn build
|
||||
|
||||
|
|
Reference in New Issue