Skip to content

Commit

Permalink
Don't build twice on CI and don't ignore the jest setup file
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesdaniels committed Mar 11, 2020
1 parent 0de1068 commit 80b9431
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ node_modules/

.vscode/*
reactfire/**/*.js
!reactfire/jest.setup.js
!reactfire/babel.config.js
!reactfire/rollup.config.js

Expand Down
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,4 @@ install:

script:
- cd reactfire
- yarn build
- yarn test
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ RUN yarn install --frozen-lockfile

COPY . /

RUN cd reactfire && yarn build
RUN cd reactfire && yarn test

ARG SHORT_SHA=""
Expand Down

0 comments on commit 80b9431

Please sign in to comment.