Finishing touches and version bump... let the development continue!
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-05-26 12:10:06 -04:00
parent 62c50964fa
commit 9dc3520989
4 changed files with 22 additions and 7 deletions

View File

@@ -91,7 +91,7 @@ steps:
commands:
- yarn set version stable
- yarn install
- yarn build:production
- yarn build:package
volumes:
- name: yarnrc
path: /drone/auth/.yarnrc.yml
@@ -170,11 +170,8 @@ depends_on:
- Test Pipeline
trigger:
branch:
- main
event:
# - tag
- push
- tag
---
kind: pipeline