fix(server): fix migrations and seeds dir (#101)

This commit is contained in:
Ahmed Bouhuolia
2023-03-31 02:26:23 +02:00
committed by GitHub
parent 1ffa3a4b8b
commit b24a367438
4 changed files with 9 additions and 10 deletions

View File

@@ -9,6 +9,7 @@
"build:webapp": "lerna run build --scope \"@bigcapital/webapp\"",
"dev:server": "lerna run dev --scope \"@bigcapital/server\"",
"build:server": "lerna run build --scope \"@bigcapital/server\"",
"serve:server": "lerna run serve --scope \"@bigcapital/server\"",
"prepare": "husky install"
},
"workspaces": [