Skip to content

Commit

Permalink
chore(icons): ci issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jeasonstudio committed Oct 10, 2023
1 parent d80ae5d commit 74b3b5b
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .dumirc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ export default defineConfig({
name: 'English',
},
{ id: 'zh-CN', name: '中文' },
]
],
});
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"conventionalCommits.scopes": ["workspace", "@antd/web3", "@antd/connect-button"]
"conventionalCommits.scopes": ["workspace", "web3", "icons"]
}
1 change: 1 addition & 0 deletions packages/icons/.fatherrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ import { defineConfig } from 'father';

export default defineConfig({
extends: '../../.fatherrc.base.ts',
extraBabelPlugins: ['inline-react-svg'],
});
1 change: 1 addition & 0 deletions packages/icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"antd": "^5.8.3",
"babel-plugin-inline-react-svg": "^2.0.2",
"father": "^4.1.9",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
21 changes: 21 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 74b3b5b

Please sign in to comment.