From cdbffe39908cbb5f69f4f67363a715378f9dbb89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Ribaudo?= Date: Tue, 5 Nov 2019 11:25:15 +0100 Subject: [PATCH] Remove --require-scripts from publish-ci [skip ci] --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index acec39fa44..2c077a3fbd 100644 --- a/Makefile +++ b/Makefile @@ -203,7 +203,7 @@ else echo "Missing NPM_TOKEN env var" exit 1 endif - yarn lerna publish from-git --require-scripts --yes + yarn lerna publish from-git --yes rm -f .npmrc $(MAKE) clean