From f252d7255e35f9053503af7415d466f1ed5a7086 Mon Sep 17 00:00:00 2001 From: alex marcos Date: Tue, 27 Aug 2019 12:56:14 +0200 Subject: [PATCH] fix(release): release npm --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 59efc55..e172edc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,6 @@ cache: directories: - "~/.npm" - "node_modules" #Cache node_modules for faster builds - - "dist" notifications: email: false node_js: @@ -45,12 +44,12 @@ jobs: condition: $TRAVIS_BRANCH = master - stage: npm release if: branch = master - node_js: lts/* - script: skip + script: npm run build deploy: provider: script skip_cleanup: true script: + - ls dist/lib - npx semantic-release branches: only: