Skip to content

Commit

Permalink
initial google cloud build ci script (#2428)
Browse files Browse the repository at this point in the history
  • Loading branch information
bradymiller committed May 14, 2019
1 parent b03589a commit e6bf5f8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cloudbuild.yaml
@@ -0,0 +1,5 @@
steps:
- name: 'gcr.io/cloud-builders/npm'
args: ['install']
- name: 'gcr.io/cloud-builders/npm'
args: ['run', 'build']

0 comments on commit e6bf5f8

Please sign in to comment.