Update all yarn packages
Some checks failed
Build BAB Application Deployment Artifact / build (push) Failing after 2m2s

This commit is contained in:
2024-01-01 13:10:30 -05:00
parent 346e395e15
commit 88ed4caf5b
4 changed files with 844 additions and 674 deletions

View File

@@ -21,7 +21,7 @@ jobs:
- name: Install yarn
run: npm install --global yarn
- name: Install Quasar CLI
run: npm install -g @quasar/cli
run: yarn global add @quasar/cli
- name: Build Project
run: quasar build -m pwa
- name: Get Version Number