Skip to content

Commit 3d21fc5

Browse files
committed
Fix the generate command
1 parent 06b7cca commit 3d21fc5

2 files changed

Lines changed: 1 addition & 23 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
run: echo GITHUB_SHA=${GITHUB_SHA}
6060

6161
- name: Build 🏗️
62-
run: mv .env.production .env && echo GITHUB_SHA=${GITHUB_SHA} >> .env && yarn generate
62+
run: mv .env.production .env && echo GITHUB_SHA=${GITHUB_SHA} >> .env && pnpm run generate
6363

6464
- name: Deploy 🚀
6565
uses: FirebaseExtended/action-hosting-deploy@v0

web/pnpm-lock.yaml

Lines changed: 0 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)