Skip to content

Commit 70c97dc

Browse files
authored
Merge pull request #19 from pinanks/DOT-2154
Fix release script
2 parents 3911436 + c335b1c commit 70c97dc

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
@@ -7,7 +7,7 @@
77
],
88
"scripts": {
99
"build": "tsup",
10-
"release": "pnpm run build && pnpm publish --access public"
10+
"release": "pnpm run build && pnpm publish --access public --no-git-checks"
1111
},
1212
"bin": {
1313
"smartui": "./dist/index.cjs"

0 commit comments

Comments
 (0)