tdweb: fix gitDir in package.json
GitOrigin-RevId: b94b9616b6a9fd9208167d9434c25cacf6934ff3
This commit is contained in:
parent
df1c8d8297
commit
935466bf63
@ -44,6 +44,8 @@
|
||||
"worker-loader": "^1.1.1"
|
||||
},
|
||||
"lint-staged": {
|
||||
"gitDir": "../../../",
|
||||
"linters": {
|
||||
"webpack.config.json": [
|
||||
"prettier --single-quote --write",
|
||||
"git add"
|
||||
@ -56,6 +58,7 @@
|
||||
"prettier --single-quote --write",
|
||||
"git add"
|
||||
]
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"babel-runtime": "^6.26.0",
|
||||
|
Reference in New Issue
Block a user