Fix no_website CI builds

This commit is contained in:
Leonid Logvinov
2018-10-01 15:23:12 +02:00
parent c3be851c18
commit 1059acf56f

View File

@@ -31,7 +31,7 @@ jobs:
- node_modules/
- run: >
if [ -z "$(git diff --name-only development packages/website)" ]; then
yarn build --exclude website
yarn build:no_website
else
yarn build
fi