Skip to content

Commit fd8d82b

Browse files
committed
Revert "Consolidated payment trigger tests, fixed commit issue."
This reverts commit 342f5c5.
1 parent 342f5c5 commit fd8d82b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.githooks/pre-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/bin/sh
2-
node ./node_modules/lint-staged/bin/lint-staged.js
2+
npx lint-staged

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
},
101101
"lint-staged": {
102102
"*.ts?(x)": [
103-
"node ./node_modules/eslint/bin/eslint.js --fix"
103+
"yarn eslint --fix"
104104
]
105105
}
106106
}

0 commit comments

Comments
 (0)