mirror of
https://github.com/grafana/grafana.git
synced 2026-07-29 15:59:50 -05:00
reverts package.json I made during the flight >.>
This commit is contained in:
@@ -142,6 +142,11 @@
|
||||
"gui:release": "ts-node --project ./scripts/cli/tsconfig.json ./scripts/cli/index.ts gui:release -p",
|
||||
"cli": "ts-node --project ./scripts/cli/tsconfig.json ./scripts/cli/index.ts"
|
||||
},
|
||||
"husky": {
|
||||
"hooks": {
|
||||
"pre-commit": "lint-staged && grunt precommit"
|
||||
}
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.{ts,tsx,json,scss}": [
|
||||
"prettier --write",
|
||||
|
||||
Reference in New Issue
Block a user