From ff3bbfea450f2da3054bbe28c575bc56a62e4b0d Mon Sep 17 00:00:00 2001 From: Sigurd Fosseng Date: Thu, 3 Jun 2021 23:13:47 +0200 Subject: [PATCH] fix release script --- scripts/release.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/scripts/release.sh b/scripts/release.sh index deba66c..4f43543 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -7,8 +7,8 @@ set -o nounset git clean -xfd -yarn -yarn lerna bootstrap -yarn lerna run build -yarn test -yarn lerna publish +npm ci +npx lerna bootstrap +npm run build +npm test +npx lerna publish