Skip to content

Commit

Permalink
WIP: Trying to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
MrHus committed Jan 27, 2020
1 parent a6f6a6c commit c3dd34f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ cache:
script: yarn && yarn ci
after_success:
- bash <(curl -s https://codecov.io/bash) -e TRAVIS_NODE_VERSION
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.21.1
- export PATH="$HOME/.yarn/bin:$PATH"
2 changes: 1 addition & 1 deletion examples/with-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"pretest": "relative-deps",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test && npm run test:typescript",
"test": "react-scripts test && yarn test:typescript",
"test:typescript": "tsc --version && tsc --noEmit",
"now-build": "SKIP_PREFLIGHT_CHECK=true react-scripts build"
},
Expand Down

0 comments on commit c3dd34f

Please sign in to comment.