Commit 10ab056acddeffcd3cbd1505491e071659c91fae

Authored by Wellington Palmeira
1 parent 92eb2526
Exists in master

[BugFixed] buil-frontend - Ajuste pra instalar o bower globalmente e permitir a execução como

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
docker/build-frontend.sh
@@ -3,8 +3,8 @@ @@ -3,8 +3,8 @@
3 set -eu 3 set -eu
4 4
5 cd ../codigo-fonte/cliente 5 cd ../codigo-fonte/cliente
6 -npm install bower  
7 -bower install 6 +npm install -g bower
  7 +bower install --allow-root
8 npm install 8 npm install
9 npm run build 9 npm run build
10 10