Skip to content

Commit 9d15883

Browse files
committed
fix workflow
1 parent cd418d4 commit 9d15883

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"test": "echo \"Error: no test specified\" && exit 1",
1010
"lint": "eslint . --max-warnings 0",
1111
"build": "rm -rf dist && tsup index.ts --format esm,cjs --dts",
12-
"publish-sdk": "pnpm run build && pnpm publish",
12+
"publish-sdk": "pnpm run build && pnpm publish --no-git-checks",
1313
"openapi-typegen": "openapi-typescript ../../apps/docs/api-reference/openapi.json -o types/schema.d.ts"
1414
},
1515
"keywords": [],

0 commit comments

Comments
 (0)