chore: try to fix drone.yml
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Andre Henriques 2023-07-11 20:09:18 +01:00
parent 253698b64d
commit 7623b5fa43

View File

@ -5,7 +5,7 @@ name: Build and deploy
steps:
- name: Build
commands:
commands:
- nvm use 20
- pnpm build
- ls
@ -15,4 +15,3 @@ trigger:
- main
node:
lights: builder
...