Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wisdom-components
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ReactWeb5
wisdom-components
Commits
83000281
Commit
83000281
authored
Mar 05, 2021
by
涂茜
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: release错误
parent
04fc1882
Pipeline
#24103
failed with stages
in 8 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
.fatherrc.js
.fatherrc.js
+1
-1
package.json
package.json
+1
-1
No files found.
.fatherrc.js
View file @
83000281
...
@@ -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
),
);
);
...
...
package.json
View file @
83000281
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment