Skip to content

Commit 424e321

Browse files
committed
Fix deployment script
1 parent 646f81f commit 424e321

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v4
16-
- run: npm ci && npm run build
16+
# - run: npm ci && npm run build
1717
- uses: FirebaseExtended/action-hosting-deploy@v0
1818
with:
1919
repoToken: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)