From ac643e506ad3b49380de9068919583332cb188e1 Mon Sep 17 00:00:00 2001 From: Eugenio Romano Date: Thu, 16 Nov 2017 16:49:34 +0000 Subject: [PATCH] fix build script --- scripts/npm-publish.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/npm-publish.sh b/scripts/npm-publish.sh index 844a70e220..e8d263c844 100755 --- a/scripts/npm-publish.sh +++ b/scripts/npm-publish.sh @@ -152,7 +152,7 @@ do npm publish ${OPTIONS} --access=public || exit 1 if $EXEC_CHANGE_REGISTRY == true; then - rm rimraf .npmrc + rm .npmrc fi if $EXEC_SLEEP == true; then