Füge eine neue Skriptfunktion zum Kopieren des Build-Verzeichnisses in die package.json hinzu und verbessere das Styling in ContactRender und WorshipRender Komponenten durch Hinzufügen von Margen.

This commit is contained in:
Torsten Schulz (local)
2025-08-28 09:03:16 +02:00
parent 8b77bdc048
commit 6f470ccea4
3 changed files with 8 additions and 4 deletions

View File

@@ -4,7 +4,8 @@
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"build": "vue-cli-service build && npm run copy-dist",
"copy-dist": "cp -r dist/* public/",
"lint": "vue-cli-service lint"
},
"dependencies": {