mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-22 09:01:09 +03:00
cleanup sqlite migration scripts
This commit is contained in:
+2
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user