3 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
d9cafe009d Pipeline triggers 2023-05-04 11:28:12 -04:00
d011f15136 - Resolve version number issue
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-04 11:25:58 -04:00
2 changed files with 10 additions and 10 deletions

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:
@@ -156,8 +156,8 @@ depends_on:
trigger: trigger:
branch: branch:
- main - main
event: # event:
- tag # - tag
--- ---
kind: pipeline kind: pipeline
@@ -213,5 +213,5 @@ depends_on:
trigger: trigger:
branch: branch:
- main - main
event: # event:
- tag # - tag

View File

@@ -1,6 +1,6 @@
{ {
"name": "@mifi/auth", "name": "@mifi/auth",
"version": "0.0.4", "version": "0.0.7",
"author": "mifi (Mike Fitzpatrick)", "author": "mifi (Mike Fitzpatrick)",
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {