mirror of
https://github.com/umami-software/umami.git
synced 2025-12-06 01:18:00 +01:00
Remove check-db for Netlify.
This commit is contained in:
parent
dba44a4f93
commit
09379ae501
1 changed files with 2 additions and 2 deletions
|
|
@ -11,8 +11,8 @@
|
|||
},
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"build": "npm-run-all build-db check-db build-tracker build-geo build-app",
|
||||
"start": "npm-run-all start-next",
|
||||
"build": "npm-run-all build-db build-tracker build-geo build-app",
|
||||
"start": "start-next",
|
||||
"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-env": "node scripts/start-env.js",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue