fix(v2): fix CI path error

This commit is contained in:
Yangshun Tay 2019-02-24 14:24:24 -08:00
parent f559b1dc7c
commit d5722f0a54

View file

@ -33,7 +33,7 @@ aliases:
- &v2-yarn |
cd v2
yarn install --non-interactive --cache-folder ~/.cache/yarn
cd website
cd ../v2-website
yarn install --non-interactive --cache-folder ~/.cache/yarn
- &v2-restore-yarn-cache