Skip to content
This repository was archived by the owner on May 23, 2021. It is now read-only.

Commit df7e3fd

Browse files
committed
Don't use yarn for publishing for now
1 parent 3fc3efa commit df7e3fd

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,10 @@ yarn
8282
yarn build
8383
```
8484

85+
When publishing use `npm` and not `yarn` as `yarn` will traverse ignored
86+
directories anyway and re-add anything excluded by any discovered `.gitignore`
87+
files.
88+
8589
### Patching
8690

8791
We patch Node to make it capable of reading files within the binary.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coder/nbin",
3-
"version": "1.2.6",
3+
"version": "1.2.7",
44
"description": "Fast and robust node.js binary compiler.",
55
"main": "out/api/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)