Skip to content

Commit

Permalink
ci(image): ensure test folder is available for linting in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
twometresteve committed Oct 13, 2020
1 parent 6954c3b commit b7fa1a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dockerfiles/Dockerfile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ ADD min_packages.tar .
COPY bin ./bin
RUN npx lerna bootstrap --concurrency 1
COPY scripts ./scripts
COPY test ./test
COPY packages ./packages
RUN npm run build

0 comments on commit b7fa1a1

Please sign in to comment.