Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubno committed Oct 15, 2024
1 parent 1e36dd0 commit 291c1fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/scripts/generate_api_ref.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -euo pipefail
## Run it in the `cli/` directory
mkdir -p api_ref

npx tsup && echo && NODE_ENV=development node dist/index.js -cmd2md
npx tsup && NODE_ENV=development node dist/index.js -cmd2md

PKG_VERSION="v$(node -p "require('./package.json').version")"

Expand Down

0 comments on commit 291c1fb

Please sign in to comment.