Skip to content

Commit

Permalink
chore(scripts): buildup should only build (aws#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 authored and whimzyLive committed Jul 1, 2020
1 parent cfdf1a7 commit c2f8fca
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 c2f8fca

Please sign in to comment.