We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6f6a6c commit c3dd34fCopy full SHA for c3dd34f
.travis.yml
@@ -8,3 +8,6 @@ cache:
8
script: yarn && yarn ci
9
after_success:
10
- 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
@@ -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",
14
"test:typescript": "tsc --version && tsc --noEmit",
15
"now-build": "SKIP_PREFLIGHT_CHECK=true react-scripts build"
16
},
0 commit comments