Skip to content

Commit 4ab0bba

Browse files
committed
fix: no git checks on publish.
Changeset workflow will have uncommitted changes.
1 parent 5f06b48 commit 4ab0bba

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
@@ -23,7 +23,7 @@
2323
"build:ts": "tsc -b && cpy index.node dist && cpy index.node js-src && cpy --flat js-src/types.d.ts dist/types",
2424
"changeset:publish": "changeset publish",
2525
"ci": "run-s build:rust-debug build:ts test",
26-
"ci:release": "pnpm run build && changeset tag && pnpm publish --access=public",
26+
"ci:release": "pnpm run build && changeset tag && pnpm publish --access=public --no-git-checks",
2727
"clean": "rimraf dist generated target",
2828
"cross": "pnpm run cross-build --release",
2929
"cross-build": "cross build --message-format=json-render-diagnostics > cross.log",

0 commit comments

Comments
 (0)