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 08e5af2 commit 06f8f2aCopy full SHA for 06f8f2a
scripts/pr-labels-to-npm-workspace-args.mjs
@@ -8,7 +8,6 @@
8
9
const labels = JSON.parse(process.argv[2]);
10
11
-console.error('process.argv', process.argv)
12
console.error('Labels:', labels);
13
14
const workspaces = labels
0 commit comments