Skip to content
This repository has been archived by the owner on Aug 17, 2024. It is now read-only.

Commit

Permalink
增加 GitHub Action 前端打包缺失依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
dushixiang committed Oct 25, 2022
1 parent e5e0dd0 commit 31e2e68
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"@ant-design/charts": "^1.4.2",
"@ant-design/icons": "^4.7.0",
"@ant-design/pro-components": "1.1.21",
"@turf/bbox": "^6.5.0",
"antd": "4.23.5",
"asciinema-player": "^3.0.1",
"axios": "0.27.2",
Expand Down Expand Up @@ -35,8 +36,8 @@
},
"eslintConfig": {
"extends": "react-app",
"rules":{
"jsx-a11y/anchor-is-valid":"off"
"rules": {
"jsx-a11y/anchor-is-valid": "off"
}
},
"browserslist": [
Expand Down

0 comments on commit 31e2e68

Please sign in to comment.