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 15c481d commit 067cbe0Copy full SHA for 067cbe0
.yarn/versions/fecc5928.yml
@@ -0,0 +1,2 @@
1
+declined:
2
+ - "@yarnpkg/cli"
packages/yarnpkg-cli/sources/boot-cli-dev.js
@@ -9,7 +9,7 @@ if (fs.existsSync(pnpFile))
9
require(`@yarnpkg/monorepo/scripts/setup-ts-execution`);
10
11
// Exposes the CLI version as like for the bundle
12
-global.YARN_VERSION = `${require(`@yarnpkg/cli/package.json`).version}.dev`;
+global.YARN_VERSION = `${require(`@yarnpkg/cli/package.json`).version}-dev`;
13
14
// Inject the plugins in the runtime. With Webpack that would be through
15
// val-loader which would execute pluginConfiguration.raw.js, so in Node
0 commit comments