We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f06b48 commit 4ab0bbaCopy full SHA for 4ab0bba
package.json
@@ -23,7 +23,7 @@
23
"build:ts": "tsc -b && cpy index.node dist && cpy index.node js-src && cpy --flat js-src/types.d.ts dist/types",
24
"changeset:publish": "changeset publish",
25
"ci": "run-s build:rust-debug build:ts test",
26
- "ci:release": "pnpm run build && changeset tag && pnpm publish --access=public",
+ "ci:release": "pnpm run build && changeset tag && pnpm publish --access=public --no-git-checks",
27
"clean": "rimraf dist generated target",
28
"cross": "pnpm run cross-build --release",
29
"cross-build": "cross build --message-format=json-render-diagnostics > cross.log",
0 commit comments