Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
maplestarplayl authored Apr 6, 2024
1 parent 356fa0f commit 7be1d9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: sudo apt-get install rsync -y

- name: Install npm dependencies
run: npm install --force
run: npm install pnpm && pnpm i
- name: Run build task
run: set process.env.CI=false && npx craco build

Expand Down

0 comments on commit 7be1d9f

Please sign in to comment.