ci: Add pre-commit hook
Some checks failed
Build BAB Application Deployment Artifact / build (push) Failing after 1m28s
Some checks failed
Build BAB Application Deployment Artifact / build (push) Failing after 1m28s
This commit is contained in:
@@ -8,6 +8,8 @@
|
||||
"generate": "nuxt generate",
|
||||
"preview": "nuxt preview",
|
||||
"postinstall": "nuxt prepare",
|
||||
"prepare": "husky",
|
||||
"typecheck": "nuxt typecheck",
|
||||
"test": "vitest run",
|
||||
"test:watch": "vitest"
|
||||
},
|
||||
@@ -25,7 +27,9 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vite-pwa/nuxt": "^1.1.1",
|
||||
"husky": "^9.0.0",
|
||||
"sass-embedded": "^1.98.0",
|
||||
"vitest": "^4.1.0"
|
||||
"vitest": "^4.1.0",
|
||||
"vue-tsc": "^2.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user