1
0
mirror of https://github.com/robonen/canvas-3d.git synced 2026-03-20 02:44:40 +00:00

feat(repo): add pre-commit hook with husky library

This commit is contained in:
2022-11-17 07:56:15 +07:00
parent 659fcf0e6f
commit 51778886ec
3 changed files with 29 additions and 1 deletions

View File

@@ -8,11 +8,13 @@
"analyze": "nuxt analyze",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
"postinstall": "nuxt prepare",
"prepare": "husky install"
},
"devDependencies": {
"@vueuse/core": "^9.3.1",
"@vueuse/nuxt": "^9.3.1",
"husky": "^8.0.2",
"nuxt": "3.0.0-rc.11",
"sass": "^1.55.0"
}