From bdeb23a4288355794894e992e57a52ca7ea47cd6 Mon Sep 17 00:00:00 2001 From: Grzegorz Leoniec Date: Sun, 24 Feb 2019 20:34:05 +0100 Subject: [PATCH] Build as lib --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index eb8d2e7ee..f7724aaf2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,4 +8,4 @@ cache: install: - RUN yarn install --production=false --frozen-lockfile --non-interactive - - RUN yarn build + - RUN yarn build:lib