feat(ci): introduce RelativeCI for the client

This commit is contained in:
Elian Doran
2025-06-07 13:02:37 +03:00
parent 5a53fbbb01
commit c8b3cdf01b
5 changed files with 55 additions and 3 deletions

View File

@@ -282,7 +282,10 @@
{
"glob": "**/*",
"input": "apps/client/dist",
"output": "public"
"output": "public",
"ignore": [
"webpack-stats.json"
]
},
{
"glob": "**/*",