We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b33e42 commit 51e8a31Copy full SHA for 51e8a31
scripts/bootstrap.sh
@@ -44,9 +44,9 @@ linkpkg src/test/test-built
44
echo -n " "$'\r'
45
46
# 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
+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
50
node \
51
--import=@isaacs/ts-node-temp-fork-for-pr-2009/import \
52
--no-warnings \
0 commit comments