chore(codefresh): fix the build_frontend step (#1547)

pull/1551/head
Anthony Lapenna 2018-01-02 13:14:26 +01:00 committed by GitHub
parent 1da64f2e75
commit 52ac9504c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -13,9 +13,8 @@ steps:
image: portainer/angular-builder:latest
working_directory: ${{build_backend}}
commands:
- npm install -g bower grunt grunt-cli && npm install
- bower install --allow-root
- grunt build-webapp
- yarn
- yarn grunt build-webapp
- mv api/cmd/portainer/portainer dist/
download_docker_binary: