Skip to content

Commit

Permalink
no verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
cskiwi committed Jun 5, 2024
1 parent a3b891a commit 92ccab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ async function main() {
console.log('Routes saved to routes.txt');

console.log('Building app...');
await runCommandAndWait('nx', ['build', 'app', '--verbose']);
await runCommandAndWait('nx', ['build', 'app']);
console.log('App build completed');

console.log('Stopping server...');
Expand Down

0 comments on commit 92ccab9

Please sign in to comment.