Do the things. Again.
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-05-04 12:04:53 -04:00
parent 82498e7714
commit cfb7c7e453

View File

@@ -102,8 +102,8 @@ steps:
- name: Build Service
image: node:latest
commands:
- yarn install --production
- yarn build:production
- yarn install
- yarn build
- name: Publish NPM
image: plugins/npm
settings: