Fixing cloud build
This commit is contained in:
parent
89870c5c62
commit
0f69c0fbbe
@ -1,8 +1,8 @@
|
|||||||
steps:
|
steps:
|
||||||
- name: 'Install node modules'
|
- name: 'node'
|
||||||
entrypoint: 'npm'
|
entrypoint: 'npm'
|
||||||
args: ['install']
|
args: ['install']
|
||||||
|
|
||||||
- name: 'Start running code'
|
- name: 'node'
|
||||||
entrypoint: 'npm'
|
entrypoint: 'npm'
|
||||||
args: ['start']
|
args: ['start']
|
||||||
Loading…
Reference in New Issue
Block a user