Skip to content

Commit 9cf6215

Browse files
authored
misc: disable git checks on publish (#204)
1 parent a19ac0c commit 9cf6215

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/jakefile.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,5 +134,5 @@ task('publish-all', ['run-all-checks', 'build:all'], async () => {
134134
.flatMap((x) => [`--filter`, x])
135135
.toArray()
136136

137-
await $`pnpm ${filters} publish`
137+
await $`pnpm ${filters} publish --no-git-checks`
138138
})

0 commit comments

Comments
 (0)