Skip to content

Commit 8997eaf

Browse files
committed
testing firebase
1 parent 2de0de6 commit 8997eaf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/firebase-hosting-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v2
14-
- run: npm ci && npm run build
14+
- run: ng build
1515
- uses: FirebaseExtended/action-hosting-deploy@v0
1616
with:
1717
repoToken: '${{ secrets.GITHUB_TOKEN }}'

.github/workflows/firebase-hosting-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v2
11-
- run: npm ci && npm run build
11+
- run: ng build
1212
- uses: FirebaseExtended/action-hosting-deploy@v0
1313
with:
1414
repoToken: '${{ secrets.GITHUB_TOKEN }}'

0 commit comments

Comments
 (0)