Skip to content

Commit a8ad48c

Browse files
authored
Merge pull request #3 from code-onigiri/dev
fix2
2 parents 1800b1f + b318923 commit a8ad48c

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@v4
14-
- run: tsc -b && vite build
14+
- run: vite build #tsc -b 抜き
1515
- uses: FirebaseExtended/action-hosting-deploy@v0
1616
with:
1717
repoToken: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)