Skip to content

Commit 80b9431

Browse files
committed
Don't build twice on CI and don't ignore the jest setup file
1 parent 0de1068 commit 80b9431

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

.dockerignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ node_modules/
1111

1212
.vscode/*
1313
reactfire/**/*.js
14+
!reactfire/jest.setup.js
1415
!reactfire/babel.config.js
1516
!reactfire/rollup.config.js
1617

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,4 @@ install:
4747

4848
script:
4949
- cd reactfire
50-
- yarn build
5150
- yarn test

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ RUN yarn install --frozen-lockfile
2424

2525
COPY . /
2626

27-
RUN cd reactfire && yarn build
2827
RUN cd reactfire && yarn test
2928

3029
ARG SHORT_SHA=""

0 commit comments

Comments
 (0)