cleanup sqlite migration scripts

This commit is contained in:
chungyau97
2023-09-04 22:36:38 +08:00
parent 008f1a95f1
commit 3849169a76
5 changed files with 12 additions and 12 deletions
+2 -1
View File
@@ -22,7 +22,8 @@
"lint": "eslint \"**/*.{js,jsx,ts,tsx,json,md}\"",
"lint-fix": "yarn lint --fix",
"quick": "pretty-quick --staged",
"postinstall": "husky install"
"postinstall": "husky install",
"migration:create": "yarn typeorm migration:create"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,json,md}": "eslint --fix"