Fix clickhouse migration not in dist (#11709)
Clickhouse migrations were not correctly copied to the dist folder (for command yarn clickhouse:migrate:prod)
This commit is contained in:
@ -25,6 +25,10 @@
|
|||||||
{
|
{
|
||||||
"include": "**/serverless/drivers/constants/executor/index.mjs",
|
"include": "**/serverless/drivers/constants/executor/index.mjs",
|
||||||
"outDir": "dist/assets"
|
"outDir": "dist/assets"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"include": "**/database/clickhouse/migrations/*.sql",
|
||||||
|
"outDir": "dist/src"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"watchAssets": true
|
"watchAssets": true
|
||||||
|
|||||||
Reference in New Issue
Block a user