Merge pull request #2932 from Higangssh/fix/filesystem-docker-build

fix(filesystem): exclude test files from build (#2928)
This commit is contained in:
Ola Hungerford
2025-11-07 20:04:02 -07:00
committed by GitHub

View File

@@ -8,5 +8,10 @@
}, },
"include": [ "include": [
"./**/*.ts" "./**/*.ts"
],
"exclude": [
"**/__tests__/**",
"**/*.test.ts",
"**/*.spec.ts"
] ]
} }