#!/bin/bash source ./utils.sh version=$(get_version) printf "Current frontend version: %s" "$version" build_prod_js_and_copy "$version"