Compare commits

2 Commits

Author SHA1 Message Date
b69e9c9db6 Remove upload step
All checks were successful
Build BAB Application Deployment Artifact / build (push) Successful in 2m51s
2023-12-02 23:02:44 -05:00
1518afbf83 Install yarn in the workflow 2023-12-02 22:57:45 -05:00

View File

@@ -17,12 +17,14 @@ jobs:
node-version: '20.x' node-version: '20.x'
- name: Install dependencies - name: Install dependencies
run: npm install run: npm install
- name: Install yarn
run: npm install --global yarn
- name: Install Quasar CLI - name: Install Quasar CLI
run: npm install -g @quasar/cli run: npm install -g @quasar/cli
- name: Build Project - name: Build Project
run: quasar build -m pwa run: quasar build -m pwa
- name: Archive Production Artifact # - name: Archive Production Artifact
uses: actions/upload-artifact@v2 # uses: actions/upload-artifact@v2
with: # with:
name: build-artifact # name: build-artifact
path: dist/pwa # path: dist/pwa