#!/bin/bash
var=`env | grep ambiente | cut -d= -f 2 | head -1`
yarn build:$var
