Skip to content

Commit 0c6a145

Browse files
committed
PMM-7 test pre-commit
1 parent 0179cd3 commit 0c6a145

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.husky/pre-push .husky/pre-commit

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/usr/bin/env sh
22
. "$(dirname -- "$0")/_/husky.sh"
33

4-
npm run pre-push
4+
npm run pre-commit

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"e2e:dbaas": "npx codeceptjs run -c pr.codecept.js --grep '@dbaas'",
1616
"e2e:grafana-pr": "npx codeceptjs run -c pr.codecept.js --grep '@grafana-pr'",
1717
"prepare": "husky install",
18-
"pre-push": "npm run lint:tests && echo 'Lint OK'"
18+
"pre-commit": "npm run lint:tests && echo 'Lint OK'"
1919
},
2020
"dependencies": {
2121
"@faker-js/faker": "^5.5.3",

0 commit comments

Comments
 (0)