diff --git a/package.json b/package.json index dcc8c1c..eed3e29 100644 --- a/package.json +++ b/package.json @@ -9,8 +9,9 @@ "deploy": "shopify app deploy", "config:use": "shopify app config use", "env": "shopify app env", + "prestart": "npm run setup", "start": "react-router-serve ./build/server/index.js", - "docker-start": "npm run setup && npm run start", + "docker-start": "npm run start", "setup": "prisma generate && prisma migrate deploy", "lint": "eslint --ignore-path .gitignore --cache --cache-location ./node_modules/.cache/eslint .", "shopify": "shopify",