Commit 83000281 authored by 涂茜's avatar 涂茜

fix: release错误

parent 04fc1882
Pipeline #24103 failed with stages
in 8 seconds
...@@ -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 = ['card']; const headPkgs = ['Empty'];
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),
); );
......
...@@ -120,7 +120,7 @@ ...@@ -120,7 +120,7 @@
}, },
"size-limit": [ "size-limit": [
{ {
"path": "packages/card/dist/**/*.js", "path": "packages/Empty/dist/**/*.js",
"limit": "100 s", "limit": "100 s",
"webpack": false, "webpack": false,
"running": false "running": false
......
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