Skip to content

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Zhang (张涛) committed Oct 28, 2024
1 parent 675e430 commit 16badaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"migrate": "prisma migrate dev --schema ./packages/canyon-backend/prisma/schema.prisma",
"preinstall": "node ./scripts/check.js",
"prepare": "husky",
"test": "pnpm -r do-test",
"start-canyon-ut": "pnpm -r do-start-canyon-ut"
"test": "pnpm -r do-test"
},
"devDependencies": {
"@commitlint/cli": "^19.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/canyon-ut/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dev": "next dev",
"postinstall": "prisma generate",
"lint": "next lint",
"do-start-canyon-ut": "next start --port 8080"
"start": "next start --port 8080"
},
"dependencies": {
"@prisma/client": "^5.14.0",
Expand Down

0 comments on commit 16badaa

Please sign in to comment.