chore(build): linking react

This commit is contained in:
Brandy Carney
2019-10-14 14:00:18 -04:00
committed by Ely Lucas
parent 9d0caf6de0
commit 7713f7fe74

View File

@ -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 })