Add gh-pages deployment
This commit is contained in:
+2
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user