We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce94128 commit 6ab4473Copy full SHA for 6ab4473
.travis.yml
@@ -4,7 +4,8 @@ node_js:
4
- "11.10"
5
cache: yarn
6
install:
7
- - yarn install --cwd www
+ - yarn
8
+ - yarn --cwd www
9
script:
10
- yarn test
11
0 commit comments