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 1455197 commit 9cc28e0Copy full SHA for 9cc28e0
scripts/npmPack.js
@@ -69,7 +69,7 @@ for await (const chunk of child.stdout.setEncoding("utf8")) {
69
70
await exitCode;
71
72
-for await (const file of getFilesAddedByCI()) {
+for (const file of getFilesAddedByCI()) {
73
fileList.add(file);
74
}
75
0 commit comments