economicsystem-api-tokenroom/cloudbuild.yaml
2023-06-02 04:16:10 +05:30

8 lines
145 B
YAML

steps:
- name: 'Install node modules'
entrypoint: 'npm'
args: ['install']
- name: 'Start running code'
entrypoint: 'npm'
args: ['start']