Skip to content

Commit 75ce2fe

Browse files
feat(publish_yalc_package): Do not double build (rely on yalc publish calling prepublishOnly script)
1 parent 5365661 commit 75ce2fe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test_downstream_projects.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ function localPublish(packageDir) {
8181
packageDir = packageDir || PKG_DIR;
8282
process.chdir(packageDir);
8383
console.log(` ===> Building ${packageDir} and publishing using yalc... <===`);
84-
util._exec('yarn build');
8584

8685
// Un-yalc any deps in the package.json (after building, but before yalc publishing)
8786
const packageString = fs.readFileSync('package.json');

0 commit comments

Comments
 (0)