We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 548d730 commit 8b94cf3Copy full SHA for 8b94cf3
1 file changed
packages/js-sdk/package.json
@@ -31,7 +31,7 @@
31
"generate":"npm-run-all generate:*",
32
"generate:api": "python ./../../spec/remove_extra_tags.py sandboxes templates auth && openapi-typescript ../../spec/openapi_generated.yml -x api_key --array-length --alphabetize --output src/api/schema.gen.ts",
33
"generate:envd-api": "openapi-typescript ../../spec/envd/envd.yaml -x api_key --array-length --alphabetize --output src/envd/schema.gen.ts",
34
- "generate:ref": "./scripts/generate_sdk_ref.sh",
+ "generate-ref": "./scripts/generate_sdk_ref.sh",
35
"check-deps": "knip",
36
"update-deps": "ncu -u && pnpm i",
37
"postPublish": "./scripts/post-publish.sh || true",
0 commit comments