Hopefully got husky working for subdirectory setup.
This commit is contained in:
parent
dd447f8788
commit
8f098f6cac
|
|
@ -1 +1,2 @@
|
||||||
|
cd web-app
|
||||||
npx lint-staged
|
npx lint-staged
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@
|
||||||
"type-check": "vue-tsc --build",
|
"type-check": "vue-tsc --build",
|
||||||
"lint": "eslint . --fix",
|
"lint": "eslint . --fix",
|
||||||
"format": "prettier --write src/",
|
"format": "prettier --write src/",
|
||||||
"prepare": "husky"
|
"prepare": "cd .. && husky web-app/.husky"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@fortawesome/fontawesome-svg-core": "^7.2.0",
|
"@fortawesome/fontawesome-svg-core": "^7.2.0",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue