Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove tests and stories from build
  • Loading branch information
nateweller committed Mar 29, 2025
commit dda7f239910b90b8223bd98cd4e7db215faaa184
1 change: 0 additions & 1 deletion projects/js-packages/scan/jest.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ const baseConfig = require( 'jetpack-js-tools/jest/config.base.js' );

module.exports = {
...baseConfig,
testPathIgnorePatterns: [ ...baseConfig.testPathIgnorePatterns, '/build/' ],
};
1 change: 1 addition & 0 deletions projects/js-packages/scan/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"extends": "jetpack-js-tools/tsconfig.tsc.json",
"include": [ "./src/**/*" ],
"exclude": [ "**/test/**", "**/stories/**" ],
"compilerOptions": {
"typeRoots": [ "./node_modules/@types/", "src/*" ],
"sourceMap": false,
Expand Down
Loading