I am done with trying to debug this
This commit is contained in:
parent
79d68c2350
commit
52254abf01
24983
apps/cic-staff-client/package-lock.json
generated
24983
apps/cic-staff-client/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -90,8 +90,13 @@
|
|||||||
"yargs": "^13.3.2"
|
"yargs": "^13.3.2"
|
||||||
},
|
},
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
"src/**/*.{js,ts,scss,md,html,json}": ["prettier --write", "git add"],
|
"src/**/*.{js,ts,scss,md,html,json}": [
|
||||||
"*.scss": ["stylelint src/**/*.scss"]
|
"prettier --write",
|
||||||
|
"git add"
|
||||||
|
],
|
||||||
|
"*.scss": [
|
||||||
|
"stylelint src/**/*.scss"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"husky": {
|
"husky": {
|
||||||
"hooks": {
|
"hooks": {
|
||||||
|
Loading…
Reference in New Issue
Block a user