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