Skip to content

Commit

Permalink
dont build docs
Browse files Browse the repository at this point in the history
  • Loading branch information
chottuthejimmy committed Feb 17, 2025
1 parent a21fffd commit dcef883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testdriver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
echo "generate env"
node scripts/generate-env.mjs
echo "build"
npm run build -- --ui=stream --output-logs=errors-only --concurrency=1
npm run build --filter='!@mainframe-api/docs' --ui=stream --output-logs=errors-only --concurrency=1
echo "migrate db"
npm run db:migrate
echo "start server"
Expand Down

0 comments on commit dcef883

Please sign in to comment.