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

@@ -11,6 +11,7 @@
"build:app": "cross-env NODE_ENV=production webpack --config scripts/webpack.config.js",
"build:commands": "cross-env NODE_ENV=production webpack --config scripts/webpack.cli.js",
"build": "npm-run-all build:*",
"serve": "node ./build/index.js",
"lint:fix": "eslint --fix ./**/*.ts"
},
"author": "Ahmed Bouhuolia, <a.bouhuolia@gmail.com>",