Hmmm... come on drone...
Some checks failed
continuous-integration/drone/pr Build is failing

This commit is contained in:
2023-05-24 10:51:54 -04:00
parent b72721dc69
commit 5c973b9010

View File

@@ -8,7 +8,10 @@ workspace:
steps:
- name: yarn install
image: node:latest
environment:
YARN_VERSION: 3.5.0
commands:
- yarn set version stable
- yarn install
- name: Code Style Checks
image: node:latest
@@ -75,7 +78,10 @@ workspace:
steps:
- name: Build
image: node:latest
environment:
YARN_VERSION: 3.5.0
commands:
- yarn set version stable
- yarn install
- yarn build
- name: Publish NPM