Skip to content

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Zhang (张涛) committed Jun 13, 2024
1 parent 7109e1e commit 375a337
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export class TestExcludeService {
const exclude = new TestExclude({
cwd: '~',
include: matchRule.include,
exclude: matchRule.exclude,
exclude: (matchRule.exclude || []).concat(['var/*', 'builds/*']),
extension: matchRule.extensions,
});

Expand Down
2 changes: 1 addition & 1 deletion packages/canyon-platform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"ahooks": "^3.7.10",
"antd": "^5.14.1",
"axios": "^1.6.7",
"canyon-ui": "^0.0.6",
"canyon-ui": "^0.0.10-alpha.3",
"canyon-ui-old": "workspace:^",
"copy-to-clipboard": "^3.3.3",
"dayjs": "^1.11.10",
Expand Down

0 comments on commit 375a337

Please sign in to comment.