Skip to content

Commit

Permalink
fix: test github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
JadlionHD committed Sep 5, 2024
1 parent 69c1793 commit d73a60c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: "pnpm"

- name: Build Apps
- name: Install dependencies
run: pnpm install

- name: Build website
run: pnpm run build

- name: Compress build files
Expand Down

0 comments on commit d73a60c

Please sign in to comment.