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

Commit 0510c44

Browse files
committed
Revert "fix(npm): do not distribute placeholder binary"
This reverts commit 87bc2a5. This commit caused the error ``` npm ERR! code ENOENT npm ERR! syscall chmod npm ERR! path node_modules/@typescript-tools/rust-implementation/bin/monorepo npm ERR! errno -2 npm ERR! enoent ENOENT: no such file or directory, chmod 'node_modules/@typescript-tools/rust-implementation/bin/monorepo' npm ERR! enoent This is related to npm not being able to find a file. npm ERR! enoent ```
1 parent 87bc2a5 commit 0510c44

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

bin/monorepo

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
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

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"standard-version": "9.3.2"
3434
},
3535
"files": [
36+
"bin/",
3637
"npm/"
3738
]
3839
}

0 commit comments

Comments
 (0)