Skip to content

Commit 7c63a2a

Browse files
committed
chore: update build cli steps
1 parent 97c1c90 commit 7c63a2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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@v3
14-
- run: npm run dev
14+
- run: npm i && npm run dev
1515
- uses: FirebaseExtended/action-hosting-deploy@v0
1616
with:
1717
repoToken: '${{ secrets.GITHUB_TOKEN }}'

0 commit comments

Comments
 (0)