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

docs: 测试

parent 8cac2265
...@@ -2,7 +2,7 @@ import { readdirSync } from 'fs'; ...@@ -2,7 +2,7 @@ import { readdirSync } from 'fs';
import { join } from 'path'; import { join } from 'path';
// utils must build before core // utils must build before core
const headPkgs = []; const headPkgs = ['card', 'list'];
const tailPkgs = readdirSync(join(__dirname, 'packages')).filter( const tailPkgs = readdirSync(join(__dirname, 'packages')).filter(
(pkg) => pkg.charAt(0) !== '.' && !headPkgs.includes(pkg), (pkg) => pkg.charAt(0) !== '.' && !headPkgs.includes(pkg),
); );
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
"npmClient": "npm", "npmClient": "npm",
"useWorkspaces": true, "useWorkspaces": true,
"changelog": { "changelog": {
"repo": "winsdom-components", "repo": "wisdom-components",
"cacheDir": ".changelog" "cacheDir": ".changelog"
}, },
"ignoreChanges": ["**/*.md", "**/*.test.js", "**/*.e2e.js", "**/fixtures/**", "**/test/**"] "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