Skip to content

Commit

Permalink
bootstrap: run nx in --verbose mode
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Jan 19, 2024
1 parent 4b33e42 commit 51e8a31
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ linkpkg src/test/test-built
echo -n " "$'\r'

# need to rebuild tap after plugins
nx run-many --target=prepare --exclude tap,@tapjs/run
nx run-many --target=prepare -p @tapjs/run
nx run-many --target=prepare -p tap
nx run-many --verbose --target=prepare --exclude tap,@tapjs/run
nx run-many --verbose --target=prepare -p @tapjs/run
nx run-many --verbose --target=prepare -p tap
node \
--import=@isaacs/ts-node-temp-fork-for-pr-2009/import \
--no-warnings \
Expand Down

0 comments on commit 51e8a31

Please sign in to comment.