Skip to content

Commit

Permalink
依赖工具改为 pnpm;优化类型定义
Browse files Browse the repository at this point in the history
  • Loading branch information
xhwgood committed Mar 5, 2024
1 parent f0725ce commit affc01c
Show file tree
Hide file tree
Showing 6 changed files with 15,103 additions and 12,420 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:

- name: Install and Build 🔧
run: |
yarn
CI=false yarn build
pnpm i
CI=false pnpm run build
- name: Deploy 🚀
uses: JamesIves/[email protected]
Expand Down
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"antd": "^4.19.2",
"axios": "^1.6.7",
"cheerio": "^1.0.0-rc.12",
"puppeteer": "^22.3.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "4.0.3",
Expand Down Expand Up @@ -42,11 +45,11 @@
]
},
"devDependencies": {
"gh-pages": "^3.2.3",
"@types/jest": "^26.0.15",
"@types/node": "^12.0.0",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/styled-components": "^5.1.15"
"@types/styled-components": "^5.1.15",
"gh-pages": "^3.2.3"
}
}
Loading

0 comments on commit affc01c

Please sign in to comment.