From c4df241bbc38490189553d47e77f103c62abb9ca Mon Sep 17 00:00:00 2001 From: Mathieu Gamache Date: Tue, 4 Jun 2024 12:07:01 -0400 Subject: [PATCH] Temporary disable branch checking --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 50c9c04..569a27d 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "lint:eslint": "eslint --ext .js,.ts,.tsx . --max-warnings=-1 --cache --cache-location node_modules/.cache/eslint", "lint:types": "pnpm -r --parallel --include-workspace-root exec tsc", - "release": "pnpm build && pnpm -r --filter \"./packages/**\" publish", + "release": "pnpm build && pnpm -r --filter \"./packages/**\" publish --no-git-checks", "reset": "pnpm clean && pnpm reset:modules", "clean": "pnpm -r --parallel --include-workspace-root exec pnpm dlx rimraf dist node_modules/.cache",