From 7713f7fe740e02c4611a86bbc7d60165f2feacf9 Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Mon, 14 Oct 2019 14:00:18 -0400 Subject: [PATCH] chore(build): linking react --- .scripts/common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scripts/common.js b/.scripts/common.js index cf9aa8603b..d9b067d623 100644 --- a/.scripts/common.js +++ b/.scripts/common.js @@ -137,7 +137,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 })