Extend build by also using yarn build beside build:lib

This commit is contained in:
Grzegorz Leoniec 2019-03-07 09:46:33 +01:00
parent 21dd977bec
commit e9eaafd067
No known key found for this signature in database
GPG Key ID: 3AA43686D4EB1377

View File

@ -9,6 +9,7 @@ cache:
install:
- yarn install --production=false --frozen-lockfile --non-interactive
# - yarn build
- yarn build
- yarn build:lib
deploy: