This commit is contained in:
xiaojunnuo
2024-10-09 23:23:52 +08:00
parent 4e502a171c
commit afd278e609
2 changed files with 25 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
packages:
# all packages in subdirs of packages/ and components/
- 'packages/**'
# exclude packages that are inside test directories
- 'packages/**' # <--------------开发插件请注释掉这一行PR时本修改不要提交
- 'packages/ui/**'
- '!**/test/**'