Skip to content

Commit

Permalink
chore(scripts): buildup should only build
Browse files Browse the repository at this point in the history
Skip the test target to speed up building up to the module. This will
significantly improve the speed to arrive to a working module after
check out.
  • Loading branch information
Niranjan Jayakar committed Jun 29, 2020
1 parent 53c359a commit 8589fb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/buildup
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ else
fi
fi

${scriptdir}/foreach.sh --up yarn build+test
${scriptdir}/foreach.sh --up yarn build
${scriptdir}/foreach.sh --reset

echo "************************************************************"
Expand Down

0 comments on commit 8589fb2

Please sign in to comment.