Update package.json (#7043)

This commit is contained in:
Omar López 2023-02-10 13:50:01 -07:00 committed by GitHub
parent 86c94a3cd5
commit c7064906c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"scripts": {
"build": "yarn prisma migrate deploy && yarn seed-app-store",
"build": "yarn prisma migrate deploy",
"clean": "rm -rf .turbo && rm -rf node_modules",
"db-deploy": "yarn prisma migrate deploy",
"db-migrate": "yarn prisma migrate dev",