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 cd418d4 commit 9d15883Copy full SHA for 9d15883
packages/sdk/package.json
@@ -9,7 +9,7 @@
9
"test": "echo \"Error: no test specified\" && exit 1",
10
"lint": "eslint . --max-warnings 0",
11
"build": "rm -rf dist && tsup index.ts --format esm,cjs --dts",
12
- "publish-sdk": "pnpm run build && pnpm publish",
+ "publish-sdk": "pnpm run build && pnpm publish --no-git-checks",
13
"openapi-typegen": "openapi-typescript ../../apps/docs/api-reference/openapi.json -o types/schema.d.ts"
14
},
15
"keywords": [],
0 commit comments