Skip to content

Commit

Permalink
fix(data-migration): remove mocks from build package and move peer de…
Browse files Browse the repository at this point in the history
…pendencies to dependencies
  • Loading branch information
lucasvieirasilva committed Nov 3, 2023
1 parent 81a9080 commit ac755f2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/data-migration/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"outputPath": "dist/packages/data-migration",
"main": "packages/data-migration/src/index.ts",
"tsConfig": "packages/data-migration/tsconfig.lib.json",
"buildableProjectDepsInPackageJsonType": "dependencies",
"assets": [
"packages/data-migration/*.md",
{
Expand Down
7 changes: 6 additions & 1 deletion packages/data-migration/tsconfig.lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,10 @@
"types": ["node"]
},
"include": ["src/**/*.ts"],
"exclude": ["jest.config.ts", "src/**/*.spec.ts", "src/**/*.test.ts"]
"exclude": [
"jest.config.ts",
"src/**/*.spec.ts",
"src/**/*.test.ts",
"src/**/__mocks__/**/*.ts"
]
}

0 comments on commit ac755f2

Please sign in to comment.