Better build pipeline?
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-05-02 22:55:02 -04:00
parent 8ca639058b
commit 27a78dd471

View File

@@ -55,6 +55,11 @@ workspace:
path: /drone/grow
steps:
- name: yarn install
image: node:latest
commands:
- yarn install
- name: Build
image: node:latest
commands: