Skip to content

Commit 51e8a31

Browse files
committed
bootstrap: run nx in --verbose mode
1 parent 4b33e42 commit 51e8a31

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/bootstrap.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ linkpkg src/test/test-built
4444
echo -n " "$'\r'
4545

4646
# need to rebuild tap after plugins
47-
nx run-many --target=prepare --exclude tap,@tapjs/run
48-
nx run-many --target=prepare -p @tapjs/run
49-
nx run-many --target=prepare -p tap
47+
nx run-many --verbose --target=prepare --exclude tap,@tapjs/run
48+
nx run-many --verbose --target=prepare -p @tapjs/run
49+
nx run-many --verbose --target=prepare -p tap
5050
node \
5151
--import=@isaacs/ts-node-temp-fork-for-pr-2009/import \
5252
--no-warnings \

0 commit comments

Comments
 (0)