6-2
This commit is contained in:
parent
13bf9ecb7a
commit
86dad88c0a
3
patr.yml
3
patr.yml
|
@ -6,7 +6,8 @@ steps:
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
image: patrcloud/cli:latest
|
image: patrcloud/cli:latest
|
||||||
commands:
|
commands:
|
||||||
- npm install
|
- apt-get install npm
|
||||||
|
- npm ci
|
||||||
next: Build Code
|
next: Build Code
|
||||||
- name: Build Code
|
- name: Build Code
|
||||||
image: patrcloud/cli:latest
|
image: patrcloud/cli:latest
|
||||||
|
|
Loading…
Reference in New Issue