not frozen
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-05-04 11:44:52 -04:00
parent 87a611459a
commit 82498e7714

View File

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