Skip to content

Commit 45bc4b5

Browse files
lcompleteclaude
andcommitted
chore: migrate from npm to yarn and update dependencies
- Update GitHub Actions workflow to use yarn instead of npm - Remove package-lock.json in favor of yarn.lock - Update package.json and yarn.lock with latest dependencies Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 072ffa0 commit 45bc4b5

4 files changed

Lines changed: 1432 additions & 28940 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
- name: Run Export
2525
run: |
2626
export TZ='Asia/Shanghai'
27-
npm install
28-
npm run build
27+
yarn install
28+
yarn build
2929
3030
- name: Deploy Github-Pages
3131
uses: JamesIves/github-pages-deploy-action@4.1.4

0 commit comments

Comments
 (0)