mirror of
https://github.com/wassname/talk.git
synced 2026-08-13 12:40:11 +08:00
fixed error in migration
This commit is contained in:
+5
-1
@@ -222,6 +222,10 @@
|
||||
},
|
||||
"pre-commit": {
|
||||
"silent": false,
|
||||
"run": ["lint", "test:client", "test:server"]
|
||||
"run": [
|
||||
"lint",
|
||||
"test:client",
|
||||
"test:server"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user