Skip to content

Commit

Permalink
chore: Add better file listing logging in do-docs (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
gyng authored Jun 25, 2023
1 parent 84a9f43 commit d1e49da
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions do-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,9 @@ set -euo pipefail

mkdir -p docs/api
npm run doc:gen
ls docs
ls docs/api

echo "+ ls -la docs"
ls -la docs

echo "+ ls -la docs/api"
ls -la docs/api

0 comments on commit d1e49da

Please sign in to comment.