Skip to content

Commit

Permalink
chore(scripts): buildup should only build (#8782)
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.


----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
Niranjan Jayakar committed Jun 29, 2020
1 parent 83fd2ae commit b3855ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/buildup
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 b3855ff

Please sign in to comment.