Change publish command from pnpm to npm

This commit is contained in:
KM Koushik
2026-01-18 21:56:01 +11:00
committed by GitHub
parent b0575ea9fc
commit b3b7bddafb
+1 -1
View File
@@ -9,7 +9,7 @@
"test": "echo \"Error: no test specified\" && exit 1", "test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint . --max-warnings 0", "lint": "eslint . --max-warnings 0",
"build": "tsup", "build": "tsup",
"publish-sdk": "pnpm run build && pnpm publish --no-git-checks", "publish-sdk": "pnpm run build && npm publish --no-git-checks",
"openapi-typegen": "openapi-typescript ../../apps/docs/api-reference/openapi.json -o types/schema.d.ts" "openapi-typegen": "openapi-typescript ../../apps/docs/api-reference/openapi.json -o types/schema.d.ts"
}, },
"keywords": [], "keywords": [],