From 1330f69eb8a0aeb8e602c0c1f853edc03feba032 Mon Sep 17 00:00:00 2001 From: rijkvanzanten Date: Mon, 9 Aug 2021 17:51:54 -0400 Subject: [PATCH] Update release script To workaround breaking change in npm patch :tada: --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 603d4ae90b..38090597b1 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "dev": "lerna run dev --stream --parallel", "build": "lerna run build", "pack": "node docker/pack", - "release": "lerna version --force-publish --exact", + "release": "lerna version --force-publish --exact --no-push && echo \"Don't forget to update package-lock and push the changes to GH!\"", "test": "lerna run test", "test:e2e": "jest tests -c tests/jest.config.js", "test:e2e:watch": "npm run test:e2e -- --watch",