fixed error in migration

This commit is contained in:
Wyatt Johnson
2018-01-25 11:25:32 -07:00
parent 4e9b19c7f6
commit ef7693afa5
3 changed files with 21 additions and 11 deletions
+5 -1
View File
@@ -222,6 +222,10 @@
},
"pre-commit": {
"silent": false,
"run": ["lint", "test:client", "test:server"]
"run": [
"lint",
"test:client",
"test:server"
]
}
}