Skip to content

Commit

Permalink
Remove check-db for Netlify.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecao committed Aug 23, 2022
1 parent dba44a4 commit 09379ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 09379ae

Please sign in to comment.