diff --git a/package.json b/package.json index 08521c3..d7fd476 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "private": true, "scripts": { "dev": "next dev", - "build": "next build", + "build": "next build && npm run db:migrations:execute", "start": "next start", "lint": "next lint && prettier --check src", "test": "jest",