Skip to content

Commit adcbc22

Browse files
committed
fix code
1 parent 539b072 commit adcbc22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
"vue-tsc": "1.8.19"
110110
},
111111
"simple-git-hooks": {
112-
"pre-commit": "npx lint-staged && pnpm -s test:playwright || true"
112+
"pre-commit": "npx lint-staged && pnpm -s test:playwright || true && (cd operator && go test ./... -run Test -count=1) || true"
113113
},
114114
"lint-staged": {
115115
"*.{js,ts,tsx,vue}": [

0 commit comments

Comments
 (0)