Skip to content

Commit

Permalink
boot loader
Browse files Browse the repository at this point in the history
  • Loading branch information
Piemontez committed Apr 28, 2024
1 parent 8853cfe commit ddf121b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions bin/build.sh
Expand Up @@ -4,8 +4,10 @@
parent_path=$( cd "$(dirname "${BASH_SOURCE[0]}")" ; pwd -P )
cd "$parent_path"

# Instala dependências
# Dependências
echo 'Instalando dependências'
yarn

# Inicia a aplicação
# Build
echo 'Buildando aplicação'
yarn build

0 comments on commit ddf121b

Please sign in to comment.