mirror of
https://github.com/kremalicious/umami.git
synced 2025-01-26 18:21:10 +01:00
Remove check-db from build step.
This commit is contained in:
parent
ac3017b2e4
commit
c3bcf46dd3
@ -19,7 +19,7 @@
|
||||
"start-next": "next start",
|
||||
"build-app": "next build",
|
||||
"build-tracker": "rollup -c rollup.tracker.config.js",
|
||||
"build-db": "npm-run-all copy-db-files build-db-client check-db",
|
||||
"build-db": "npm-run-all copy-db-files build-db-client",
|
||||
"build-lang": "npm-run-all format-lang compile-lang",
|
||||
"build-geo": "node scripts/build-geo.js",
|
||||
"build-db-schema": "prisma db pull",
|
||||
|
Loading…
Reference in New Issue
Block a user