From 9bb2d51d726e081a45d653bee180a3aa8407cffa Mon Sep 17 00:00:00 2001 From: "willy.ovalle@klarna.com" Date: Thu, 15 Aug 2019 15:13:57 +0200 Subject: [PATCH] chore: adding build task after rebase --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 53460c2..ee2bc00 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,6 +22,7 @@ script: # - shellcheck -x $(git ls-files | grep '[.]sh$') - ./node_modules/.bin/madge -c . - yarn audit + - yarn build - yarn lint - yarn test