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

Commit

Permalink
Merge pull request #5 from halcyon-org/feat/main
Browse files Browse the repository at this point in the history
fix: fix for ci
  • Loading branch information
shiron-dev authored May 28, 2024
2 parents 7905dce + 97c07c3 commit 303208f
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 303208f

Please sign in to comment.