Skip to content

Commit

Permalink
revert: due to the farm-fe#146 | fix vercel & cf pages build error
Browse files Browse the repository at this point in the history
  • Loading branch information
HsiangNianian authored Sep 13, 2024
1 parent 76faaca commit e202cb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
- name: Install pnpm
run: npm install -g pnpm@8
- name: Install dependencies
run: pnpm i --no-frozen-lockfile --unsafe-perm --ignore-scripts
run: pnpm i --no-frozen-lockfile
- name: Test build website
run: pnpm build

0 comments on commit e202cb1

Please sign in to comment.