Add gh-pages deployment

This commit is contained in:
2024-05-26 23:00:39 +02:00
parent aae9215215
commit 4fd8628f64
6 changed files with 81 additions and 14 deletions
+2 -1
View File
@@ -11,7 +11,8 @@
"type-check": "vue-tsc --build --force",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"format": "prettier --write src/",
"check": "prettier --check src/"
"check": "prettier --check src/",
"check-all": "run-p check type-check lint --"
},
"dependencies": {
"@vuestic/tailwind": "^0.1.5",