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

feat: add support for M1 macOS #116

Merged
merged 10 commits into from
Mar 28, 2022
Merged
Prev Previous commit
Next Next commit
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
```
  • Loading branch information
EricCrosson committed Mar 25, 2022
commit 0510c4479ea5bd04f3698f33374ac8ee6e528355
3 changes: 3 additions & 0 deletions bin/monorepo
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# This is a dummy binary that is the subject of the `npm install` workflow --
# it gets linked into node_modules/.bin and marked as executable before the
# npm postInstall hook executes
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"standard-version": "9.3.2"
},
"files": [
"bin/",
"npm/"
]
}