Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
GaoNeng-wWw committed Oct 7, 2024
1 parent c17abf3 commit 475d3fc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
1 change: 1 addition & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ module.exports = {
moduleFileExtensions: ['tsx', 'ts', 'js', 'jsx'],
modulePathIgnorePatterns: ['packages/build', 'packages/tools'],
transformIgnorePatterns: ["[/\\\\]node_modules[/\\\\].+\\.(js|jsx)$"],
testMatch: ['**/__{test,tests,spec}__/*.{spec,test}.{ts,tsx}'],
transform: {
'^.+\\.(t|j)sx?$': [
'@swc/jest',
Expand Down
4 changes: 1 addition & 3 deletions packages/components/stack/rslib.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
import { defineBuild } from '@qwqui/build';
export default defineBuild({
external: {}
});
export default defineBuild();
3 changes: 0 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
"@qwqui/build": [
"./packages/build"
],
"@qwqui/tools": [
"./packages/tools/index.ts"
],
"@qwqui/*": [
"./packages/components/*"
],
Expand Down

0 comments on commit 475d3fc

Please sign in to comment.