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 3 set -eu
4 4  
5 5 cd ../codigo-fonte/cliente
6   -npm install bower
7   -bower install
  6 +npm install -g bower
  7 +bower install --allow-root
8 8 npm install
9 9 npm run build
10 10  
... ...