Skip to content

Commit fece068

Browse files
committed
Rename npm script for clarity
1 parent de8b7d4 commit fece068

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

extensions/ql-vscode/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@
483483
"postinstall": "npm rebuild && node ./node_modules/vscode/bin/install",
484484
"format": "tsfmt -r",
485485
"lint": "eslint src test --ext .ts,.tsx",
486-
"lint-staged": "lint-staged"
486+
"format-staged": "lint-staged"
487487
},
488488
"dependencies": {
489489
"child-process-promise": "^2.2.1",
@@ -567,7 +567,7 @@
567567
},
568568
"husky": {
569569
"hooks": {
570-
"pre-commit": "npm run lint-staged",
570+
"pre-commit": "npm run format-staged",
571571
"pre-push": "npm run lint"
572572
}
573573
},

0 commit comments

Comments
 (0)