We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a774a1 commit 33999b8Copy full SHA for 33999b8
scripts/npmPack.js
@@ -2,7 +2,9 @@
2
3
// @ts-check
4
5
-// TODO: Use `yarn pack --json` instead.
+// 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.
8
9
// This performs `npm pack` and retrieves the list of artifact files from the output.
10
//
0 commit comments