Skip to content

Commit

Permalink
release: --no-git-checks (#37)
Browse files Browse the repository at this point in the history
--no-git-checks
  • Loading branch information
gigamesh authored Sep 4, 2022
1 parent d0a1390 commit 3e8280b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"check": "pnpm check -r",
"postinstall": "husky install",
"pretty-quick": "pretty-quick --staged",
"release": "pnpm -r --access=public publish",
"release": "pnpm -r --access=public publish --no-git-checks",
"test": "pnpm -r --filter=sdk test",
"tsc": "tsc -p tsconfig.check.json",
"changeset": "changeset"
Expand Down

0 comments on commit 3e8280b

Please sign in to comment.