Skip to content
This repository was archived by the owner on Sep 17, 2023. It is now read-only.

Commit 1fdfc07

Browse files
committed
fix: restore default script
The one that prints a helpful message instead of exiting without output
1 parent 48ec148 commit 1fdfc07

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

bin/monorepo

100644100755
Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1-
# This is a dummy binary that is the subject of the `npm install` workflow --
2-
# it gets linked into node_modules/.bin and marked as executable before the
3-
# npm postInstall hook executes
1+
#!/bin/sh
2+
3+
cat <<EOF
4+
This is not the "monorepo" binary, which is usually downloaded via the npm "postinstall"
5+
hook. Was the "npm install" run with the "--ignore-scripts" flag?
6+
7+
Please try reinstalling "@typescript-tools/rust-implementation" or opening a ticket with
8+
details about your use case.
9+
EOF

0 commit comments

Comments
 (0)