Skip to content

Commit 4b91229

Browse files
committed
refactor: change ordering of docker file
This means when there are test changes we wont have to rerun `npm ci`
1 parent d2e86f1 commit 4b91229

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__tests__/integrations/node.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ RUN npm run build
99

1010
# Install top level dependencies
1111
WORKDIR /src
12+
ADD __tests__ /src/__tests__
1213
ADD package*.json /src/
1314
RUN npm ci
14-
ADD __tests__ /src/__tests__

0 commit comments

Comments
 (0)