Skip to content

Commit 6ab4473

Browse files
committed
chore: install dependencies in both dirs on CI
#620 (comment)
1 parent ce94128 commit 6ab4473

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ node_js:
44
- "11.10"
55
cache: yarn
66
install:
7-
- yarn install --cwd www
7+
- yarn
8+
- yarn --cwd www
89
script:
910
- yarn test
1011

0 commit comments

Comments
 (0)