From 1f4dbc18019d04d03dffb2e7c99132601474c873 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Maro=C5=A1i?= Date: Wed, 28 Nov 2018 09:45:56 +0100 Subject: [PATCH] fix(semantic-release): use yarn insteand of npm. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 56a5d9e..21b8f1a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,6 +22,6 @@ deploy: on: branch: master script: - - npm run semantic-release --debug + - yarn semantic-release --debug skip_cleanup: true \ No newline at end of file