Added client building pipeline

This commit is contained in:
Donkie
2023-10-14 13:28:48 +02:00
parent 04a39b8230
commit e59eb816ed
3 changed files with 46 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
"printWidth": 120,
"overrides": [
{
"files": ["*.json"],
"files": ["public/locales/**/*.json"],
"options": {
"tabWidth": 4
}

View File

@@ -48,6 +48,7 @@
"scripts": {
"dev": "refine dev",
"build": "tsc && refine build",
"build.zip": "cd ./dist && zip -r spoolman-client.zip ./ ./ && cd ..",
"preview": "refine start",
"refine": "refine"
},