Compare commits
3 Commits
68d7e7a956
...
v0.0.2
| Author | SHA1 | Date | |
|---|---|---|---|
|
2bb9591833
|
|||
|
b69e9c9db6
|
|||
|
1518afbf83
|
@@ -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
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "oys_bab",
|
"name": "oys_bab",
|
||||||
"version": "0.0.1",
|
"version": "0.0.2",
|
||||||
"description": "Manage a Borrow a Boat program for a Yacht Club",
|
"description": "Manage a Borrow a Boat program for a Yacht Club",
|
||||||
"productName": "OYS Borrow a Boat",
|
"productName": "OYS Borrow a Boat",
|
||||||
"author": "Patrick Toal <ptoal@takeflight.ca>",
|
"author": "Patrick Toal <ptoal@takeflight.ca>",
|
||||||
|
|||||||
Reference in New Issue
Block a user