Commit 0217ba4c authored by 邓晓峰's avatar 邓晓峰

docs: 测试

parent 8cac2265
......@@ -2,7 +2,7 @@ import { readdirSync } from 'fs';
import { join } from 'path';
// utils must build before core
const headPkgs = [];
const headPkgs = ['card', 'list'];
const tailPkgs = readdirSync(join(__dirname, 'packages')).filter(
(pkg) => pkg.charAt(0) !== '.' && !headPkgs.includes(pkg),
);
......
......@@ -3,7 +3,7 @@
"npmClient": "npm",
"useWorkspaces": true,
"changelog": {
"repo": "winsdom-components",
"repo": "wisdom-components",
"cacheDir": ".changelog"
},
"ignoreChanges": ["**/*.md", "**/*.test.js", "**/*.e2e.js", "**/fixtures/**", "**/test/**"]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment