Remove check-db from build step.

This commit is contained in:
Mike Cao 2022-06-22 01:53:52 -07:00
parent ac3017b2e4
commit c3bcf46dd3
1 changed files with 1 additions and 1 deletions

View File

@ -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",