Skip to content

Commit 3e8280b

Browse files
authored
release: --no-git-checks (#37)
--no-git-checks
1 parent d0a1390 commit 3e8280b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"check": "pnpm check -r",
77
"postinstall": "husky install",
88
"pretty-quick": "pretty-quick --staged",
9-
"release": "pnpm -r --access=public publish",
9+
"release": "pnpm -r --access=public publish --no-git-checks",
1010
"test": "pnpm -r --filter=sdk test",
1111
"tsc": "tsc -p tsconfig.check.json",
1212
"changeset": "changeset"

0 commit comments

Comments
 (0)