Skip to content

Commit

Permalink
build: rename some npm scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
exKAZUu committed Dec 28, 2023
1 parent b50842e commit f961f00
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 @@ -8,9 +8,9 @@
"build": "wb buildIfNeeded -c 'yarn run build/core'",
"build/core": "next build",
"cleanup": "yarn format && yarn lint-fix",
"db-create-migrate": "wb prisma migrate-dev",
"db-help": "wb prisma --help",
"db-migrate": "wb prisma migrate",
"db-migrate-apply": "wb prisma migrate",
"db-migrate-create": "wb prisma migrate-dev",
"db-reset": "wb prisma reset",
"db-view": "wb prisma studio",
"db-view-restored": "wb prisma studio --restored",
Expand Down

0 comments on commit f961f00

Please sign in to comment.