Skip to content

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangtao25 committed Sep 16, 2024
1 parent 191996c commit 77c3482
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"type": "module",
"scripts": {
"test": "pnpm -r do-test",
"dev": "pnpm -r do-dev",
"build": "pnpm -r do-build",
"rm": "node ./scripts/rm.js",
"migrate": "prisma migrate dev --schema ./packages/canyon-backend/prisma/schema.prisma",
Expand Down
2 changes: 1 addition & 1 deletion packages/canyon-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "",
"private": true,
"scripts": {
"build": "nest build",
"do-build": "nest build",
"start": "nest start",
"dev-backend": "nest start --watch",
"preinstall": "prisma generate && nest build",
Expand Down

0 comments on commit 77c3482

Please sign in to comment.