1 Commits

Author SHA1 Message Date
2814c6820b Perhaps...
Some checks failed
continuous-integration/drone/push Build is failing
2023-05-04 11:32:09 -04:00

View File

@@ -102,11 +102,11 @@ steps:
- name: Build Service - name: Build Service
image: node:latest image: node:latest
commands: commands:
- cp /drone/grow/package.json ./ - cp /drone/grow/package.json .
- cp /drone/grow/yarn.lock ./ - cp /drone/grow/yarn.lock .
- yarn install --frozen-lockfile - yarn install --frozen-lockfile --production
- cp -r /drone/grow/* . - cp -r /drone/grow/dist .
- yarn build - yarn build:production
- name: Publish NPM - name: Publish NPM
image: plugins/npm image: plugins/npm
settings: settings:
@@ -154,8 +154,10 @@ depends_on:
- Build Pipeline - Build Pipeline
trigger: trigger:
event: branch:
- tag - main
# event:
# - tag
--- ---
kind: pipeline kind: pipeline
@@ -209,5 +211,7 @@ depends_on:
- Build Pipeline - Build Pipeline
trigger: trigger:
event: branch:
- tag - main
# event:
# - tag