mirror of
https://github.com/BradNut/umami
synced 2025-09-08 17:40:29 +00:00
Added check-db back.
This commit is contained in:
parent
09379ae501
commit
131a0968dd
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "next dev",
|
"dev": "next dev",
|
||||||
"build": "npm-run-all build-db build-tracker build-geo build-app",
|
"build": "npm-run-all build-db check-db build-tracker build-geo build-app",
|
||||||
"start": "start-next",
|
"start": "start-next",
|
||||||
"build-docker": "npm-run-all build-db build-tracker build-geo build-app",
|
"build-docker": "npm-run-all build-db build-tracker build-geo build-app",
|
||||||
"start-docker": "npm-run-all check-db update-tracker start-server",
|
"start-docker": "npm-run-all check-db update-tracker start-server",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue