Skip to content

Commit

Permalink
add angular build
Browse files Browse the repository at this point in the history
  • Loading branch information
pyrovers committed Nov 9, 2019
1 parent e0107cf commit 65df4f6
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,12 @@ steps:
# for cloud-build-local
- name: gcr.io/cloud-builders/docker
args: ['rm', '--force', 'cds-emulator']

# angular build
- name: node:12.13
entrypoint: 'npm'
args: ['ci']
dir: 'ng-app'
- name: node:12.13
entrypoint: 'npm'
args: ['run', 'prod']
dir: 'ng-app'

0 comments on commit 65df4f6

Please sign in to comment.