mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 12:47:13 +01:00
Run migrations on start
This commit is contained in:
parent
0f32f48c24
commit
9ea175eb3f
10 changed files with 40 additions and 199 deletions
|
|
@ -14,6 +14,7 @@
|
|||
"build": "npm-run-all build-tracker build-geo build-db build-app",
|
||||
"start": "next start",
|
||||
"start-env": "node -r dotenv/config scripts/start-env.js",
|
||||
"production": "prisma migrate deploy && node server.js",
|
||||
"build-app": "next build",
|
||||
"build-tracker": "rollup -c rollup.tracker.config.js",
|
||||
"build-db": "npm-run-all copy-db-schema build-db-client",
|
||||
|
|
@ -68,7 +69,6 @@
|
|||
"dotenv": "^10.0.0",
|
||||
"dotenv-cli": "^4.0.0",
|
||||
"formik": "^2.2.9",
|
||||
"fs-extra": "^10.0.1",
|
||||
"immer": "^9.0.12",
|
||||
"ipaddr.js": "^2.0.1",
|
||||
"is-ci": "^3.0.1",
|
||||
|
|
@ -107,6 +107,7 @@
|
|||
"eslint-config-prettier": "^8.5.0",
|
||||
"eslint-plugin-prettier": "^4.0.0",
|
||||
"extract-react-intl-messages": "^4.1.1",
|
||||
"fs-extra": "^10.1.0",
|
||||
"husky": "^7.0.0",
|
||||
"lint-staged": "^11.0.0",
|
||||
"postcss": "^8.4.12",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue