Change CI to use yarn instead of npm
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
536e75abba
commit
5a128835b6
@ -6,8 +6,8 @@ steps:
|
|||||||
- name: Build with node
|
- name: Build with node
|
||||||
image: node:19
|
image: node:19
|
||||||
commands:
|
commands:
|
||||||
- npm install
|
- yarn install
|
||||||
- npm run build
|
- yarn build
|
||||||
- name: Publish to docker
|
- name: Publish to docker
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
settings:
|
settings:
|
||||||
|
Loading…
Reference in New Issue
Block a user