From a8270f9341144b58b637e0b2c243ef37add0e734 Mon Sep 17 00:00:00 2001 From: Almenon Date: Sat, 6 Jul 2019 11:37:59 -0700 Subject: [PATCH] fix: package needs to be compiled before release --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 6e0396f..d1f06bf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,6 +25,7 @@ cache: after_success: - bash <(curl -s https://codecov.io/bash) - npm ci + - npm compileOnce - npm run travis-deploy-once "npm run semantic-release" # todo: replace deploy-once with https://docs.travis-ci.com/user/build-stages/ branches: except: