Skip to content

Commit

Permalink
21.5 beta 2: fix workflow issues, rework scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
miermontoto committed Mar 31, 2024
1 parent ee08391 commit e7e41cc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/deploy-merge.yml
Expand Up @@ -13,8 +13,12 @@ jobs:
- name: 🍱 download packages
uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: git ruby nodejs pnpm
packages: git ruby nodejs
version: 1.0
- name: 📦 install pnpm
uses: pnpm/action-setup@v3
with:
version: 8
- name: 📦 install dependencies and build
run: pnpm install --frozen-lockfile && pnpm build
- name: 🚀 deploy to firebase
Expand Down
9 changes: 4 additions & 5 deletions package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e7e41cc

Please sign in to comment.