Skip to content

Commit

Permalink
Fix: Use correct build script in publish.sh (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
pramodsum authored Dec 8, 2017
1 parent 0b6e44d commit 4e8fe9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ build_assets() {
echo "----------------------------------------------------"
echo "Starting babel build for version" $VERSION
echo "----------------------------------------------------"
if yarn run build-lib; then
if yarn run build; then
echo "----------------------------------------------------"
echo "Built babel assets for version" $VERSION
echo "----------------------------------------------------"
Expand Down

0 comments on commit 4e8fe9d

Please sign in to comment.