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 5365661 commit 75ce2feCopy full SHA for 75ce2fe
test_downstream_projects.js
@@ -81,7 +81,6 @@ function localPublish(packageDir) {
81
packageDir = packageDir || PKG_DIR;
82
process.chdir(packageDir);
83
console.log(` ===> Building ${packageDir} and publishing using yalc... <===`);
84
- util._exec('yarn build');
85
86
// Un-yalc any deps in the package.json (after building, but before yalc publishing)
87
const packageString = fs.readFileSync('package.json');
0 commit comments