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 fb689ea commit 3254eb9Copy full SHA for 3254eb9
scripts/nx-release.js
@@ -78,7 +78,7 @@ if (!parsedVersion.isValid) {
78
}
79
80
console.log('Executing build script:');
81
-const buildCommand = './scripts/package.sh';
+const buildCommand = `./scripts/package.sh ${parsedVersion.version} ${parsedVersion.version}`;
82
console.log(`> ${buildCommand}`);
83
childProcess.execSync(buildCommand, {
84
stdio: [0, 1, 2]
0 commit comments