Add build to drone script
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Ethan Lane 2023-04-21 17:48:28 +01:00
parent 5ffef13b1c
commit 9b73db9df3

View file

@ -6,6 +6,7 @@ steps:
image: node image: node
commands: commands:
- yarn install --frozen-lockfile - yarn install --frozen-lockfile
- yarn build
- name: test - name: test
image: node image: node
commands: commands: