Skip to content

Commit

Permalink
Remove prisma generate from docker-start command
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-holgado-latori authored Oct 28, 2024
1 parent 67339e6 commit 32ce9d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"env": "shopify app env",
"start": "remix-serve build/index.js",
"docker": "docker compose up -d",
"docker-start": "npm run setup && npm run start",
"docker-start": "prisma migrate deploy && npm run start",
"setup": "prisma generate && prisma migrate deploy",
"lint": "eslint --cache --cache-location ./node_modules/.cache/eslint .",
"shopify": "shopify",
Expand Down

0 comments on commit 32ce9d6

Please sign in to comment.