Skip to content

Commit c3dd34f

Browse files
committed
WIP: Trying to fix build
1 parent a6f6a6c commit c3dd34f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,6 @@ cache:
88
script: yarn && yarn ci
99
after_success:
1010
- bash <(curl -s https://codecov.io/bash) -e TRAVIS_NODE_VERSION
11+
before_install:
12+
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.21.1
13+
- export PATH="$HOME/.yarn/bin:$PATH"

examples/with-typescript/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"pretest": "relative-deps",
1111
"start": "react-scripts start",
1212
"build": "react-scripts build",
13-
"test": "react-scripts test && npm run test:typescript",
13+
"test": "react-scripts test && yarn test:typescript",
1414
"test:typescript": "tsc --version && tsc --noEmit",
1515
"now-build": "SKIP_PREFLIGHT_CHECK=true react-scripts build"
1616
},

0 commit comments

Comments
 (0)