Skip to content

Commit dbf5b75

Browse files
authored
fix: publish script (#3356)
1 parent 918b3a5 commit dbf5b75

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
@@ -32,7 +32,7 @@
3232
"link": "lg link",
3333
"lint": "lg lint",
3434
"prepublishOnly": "pnpm run build && pnpm build:ts-downlevel && pnpm build:docs",
35-
"publish": "pnpm publish --recursive",
35+
"publish": "pnpm publish --recursive --no-git-checks",
3636
"reset:react17": "npx node ./scripts/react17/reset.mjs; pnpm run init",
3737
"slackbot": "lg slackbot",
3838
"start": "npx storybook dev -p 9001 --no-version-updates --no-open",

0 commit comments

Comments
 (0)