Skip to content

Commit

Permalink
chore: repo overall update
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangtao25 committed Nov 21, 2024
1 parent f06fd39 commit a4f3e76
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"scripts": {
"build": "turbo build",
"build:report": "turbo build:report",
"start:platform": "turbo start:platform",
"dev": "turbo dev",
"clean": "node ./scripts/clean.mjs",
"preinstall": "node ./scripts/check.mjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/canyon-platform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"dev": "prisma generate && next dev --turbopack",
"build": "prisma generate && next build",
"start": "next start --port 8080",
"start:platform": "next start --port 8080",
"format": "prettier --write ."
},
"dependencies": {
Expand Down
5 changes: 1 addition & 4 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@
"lint": {
"dependsOn": ["^lint"]
},
"dev": {
"cache": false,
"persistent": true
}
"start:platform": {}
}
}

0 comments on commit a4f3e76

Please sign in to comment.