Skip to content
This repository was archived by the owner on Jun 6, 2023. It is now read-only.

Commit 7f53a7b

Browse files
author
gitgitWi
committed
Fix:Build: modify workflow script
1 parent a8b1440 commit 7f53a7b

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
@@ -23,9 +23,9 @@ jobs:
2323
node-version: "14.x"
2424
- run: echo "VUE_APP_LAST_BUILD=$(TZ="Asia/Seoul" date +'%Y-%m-%d %H:%M')" >> $GITHUB_ENV && echo $VUE_APP_LAST_BUILD
2525
- name: Build app
26+
run: yarn install --frozen-lockfile --production && yarn build
2627
env:
2728
VUE_APP_SECTORS_FUNCTION_BASEURL: "${{ secrets.VUE_APP_SECTORS_FUNCTION_BASEURL }}"
28-
- run: yarn install --frozen-lockfile --production && yarn build
2929
- uses: FirebaseExtended/action-hosting-deploy@v0
3030
with:
3131
repoToken: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)