Feature/copy client locales to assets of server (#2493)

* Copy client locales to server’s assets

* Update changelog
This commit is contained in:
Thomas Kaul
2023-10-15 18:08:44 +02:00
committed by GitHub
parent 7ae49eb839
commit 7243090c0e
2 changed files with 13 additions and 6 deletions

View File

@ -124,6 +124,9 @@
{
"command": "shx cp apps/client/src/assets/site.webmanifest dist/apps/client"
},
{
"command": "shx cp -r apps/client/src/locales dist/apps/api/assets"
},
{
"command": "shx cp node_modules/ionicons/dist/index.js dist/apps/client"
},