New drone bits
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-05-02 11:16:46 -04:00
parent 63dd15ea83
commit 4176b0be51

View File

@@ -3,20 +3,20 @@ type: docker
name: default
workspace:
path: /drone/src
path: /drone/grow
steps:
- name: Lint
image: node:latest
commands:
- yarn install
- yarn lint .
- name: Prettier
- name: Code Style
image: node:latest
commands:
- yarn install
- yarn prettier
- name: Code Lint
image: node:latest
commands:
- yarn lint
trigger:
branch:
- main