Skip to content

Commit

Permalink
e2e: no cache for npm i
Browse files Browse the repository at this point in the history
  • Loading branch information
int0h committed Sep 28, 2019
1 parent 206e746 commit 3e7579b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/e2e/basics/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ FROM node:10
RUN npm i -g typescript
COPY ./app/* /app/
WORKDIR /app
ARG CACHEBUST=1
RUN npm i
RUN tsc

0 comments on commit 3e7579b

Please sign in to comment.