We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 539b072 commit adcbc22Copy full SHA for adcbc22
package.json
@@ -109,7 +109,7 @@
109
"vue-tsc": "1.8.19"
110
},
111
"simple-git-hooks": {
112
- "pre-commit": "npx lint-staged && pnpm -s test:playwright || true"
+ "pre-commit": "npx lint-staged && pnpm -s test:playwright || true && (cd operator && go test ./... -run Test -count=1) || true"
113
114
"lint-staged": {
115
"*.{js,ts,tsx,vue}": [
0 commit comments