From 1cb97504d9db57fef1188ae923c8841afdc369db Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Mon, 14 Oct 2019 12:54:30 -0400 Subject: [PATCH] chore(release): npm link react package for the release script (#19657) --- .scripts/common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scripts/common.js b/.scripts/common.js index 867a42c031..577aae94bd 100644 --- a/.scripts/common.js +++ b/.scripts/common.js @@ -144,7 +144,7 @@ function preparePackage(tasks, package, version, install) { title: `${pkg.name}: build`, task: () => execa('npm', ['run', 'build'], { cwd: projectRoot }) }); - if (package === 'core') { + if (package === 'core' || package === 'packages/react') { projectTasks.push({ title: `${pkg.name}: npm link`, task: () => execa('npm', ['link'], { cwd: projectRoot })