Skip to content

Commit 33999b8

Browse files
committed
add comment about yarn
1 parent 7a774a1 commit 33999b8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/npmPack.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
// @ts-check
44

5-
// TODO: Use `yarn pack --json` instead.
5+
// NOTE:
6+
// We cannot use `yarn pack` since we need to set our OCaml binaries executable.
7+
// Yarn (Berry) only allow `bin` to be executable, wouldn't preserve permission bits.
68

79
// This performs `npm pack` and retrieves the list of artifact files from the output.
810
//

0 commit comments

Comments
 (0)