Skip to content

Commit 5fbe5df

Browse files
committed
exclude test files from build
1 parent 407b934 commit 5fbe5df

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

apps/truvera-api/src/build-info.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Auto-generated build information
22
export const BUILD_INFO = {
3-
timestamp: '2026-03-19T16:18:23.179Z',
4-
buildNumber: 36,
5-
version: '1.0.0-build.36',
3+
timestamp: '2026-03-25T19:34:14.229Z',
4+
buildNumber: 37,
5+
version: '1.0.0-build.37',
66
};

apps/truvera-api/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
"sourceMap": true
1717
},
1818
"include": ["src/**/*"],
19-
"exclude": ["node_modules", "dist"]
19+
"exclude": ["node_modules", "dist", "src/**/*.test.ts", "src/**/tests/**"]
2020
}

0 commit comments

Comments
 (0)