Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

fix: fix for ci #5

Merged
merged 1 commit into from
May 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "module",
"scripts": {
"dev": "tsp compile specs --watch & pnpm run _doc",
"compile": "tsp compile specs && ./scripts/compile.sh",
"compile": "tsp compile specs && sh ./scripts/compile.sh",
"_doc": "redocly preview-docs schema/@typespec/openapi3/openapi.yaml",
"bundle": "pnpm run compile && redocly build-docs schema/@typespec/openapi3/openapi.yaml --output bundled/index.html",
"format": "tsp format specs"
Expand Down