Skip to content

Commit

Permalink
feat update
Browse files Browse the repository at this point in the history
  • Loading branch information
sansan88 committed Apr 24, 2024
1 parent c879fec commit a980508
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ jobs:
with:
node-version: 20
- name: Install Dependencies
run: |
npm ci
run: npm i --force
- name: Build (Default Unihockey)
run: npm run build:prod
- name: Deploy to Firebase
Expand All @@ -37,8 +36,7 @@ jobs:
with:
node-version: 20
- name: Install Dependencies
run: |
npm ci
run: npm i --force
- name: Build app-kadetten-unihockey
run: npm run build:app-kadetten-unihockey
- name: Deploy to Firebase
Expand All @@ -59,8 +57,7 @@ jobs:
with:
node-version: 20
- name: Install Dependencies
run: |
npm ci
run: npm i --force
- name: Build app-uhc-win-u
run: npm run build:app-uhc-win-u
- name: Deploy to Firebase
Expand All @@ -81,8 +78,7 @@ jobs:
with:
node-version: 20
- name: Install Dependencies
run: |
npm ci
run: npm i --force
- name: Build app-stv-spreitenbach
run: npm run build:app-stv-spreitenbach
- name: Deploy to Firebase
Expand All @@ -103,8 +99,7 @@ jobs:
with:
node-version: 20
- name: Install Dependencies
run: |
npm ci
run: npm i --force
- name: Build app-vbc-schaffhausen
run: npm run build:app-vbc-schaffhausen
- name: Deploy to Firebase
Expand All @@ -125,8 +120,7 @@ jobs:
with:
node-version: 20
- name: Install Dependencies
run: |
npm ci
run: npm i --force
- name: Build app-kadetten-handball
run: npm run build:app-kadetten-handball
- name: Deploy to Firebase
Expand Down

0 comments on commit a980508

Please sign in to comment.