Skip to content

Commit

Permalink
web: adjust build commands
Browse files Browse the repository at this point in the history
  • Loading branch information
thewilloftheshadow committed Oct 19, 2024
1 parent 0243356 commit bfa538f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"start": "turbo run start --filter !demo-cloudo",
"test": "vitest",
"web": "pnpm run web:docs && turbo run web:dev",
"web:build": "turbo run web:build",
"web:build": "pnpm run web:docs && turbo run web:build",
"web:docs": "turbo run docs",
"web:start": "turbo run web:start"
},
Expand Down
1 change: 0 additions & 1 deletion turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"persistent": true
},
"web:build": {
"dependsOn": ["build", "docs"],
"outputs": ["website/.next/**"]
},
"web:start": {},
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"postinstall": "fumadocs-mdx",
"web:build": "sh ./copy-api.sh && next build",
"web:dev": "sh ./copy-api.sh && next dev",
"web:start": "sh ./copy-api.sh && next start",
"web:start": "next start",
"web:export": "sh ./copy-api.sh && next export"
},
"dependencies": {
Expand Down

0 comments on commit bfa538f

Please sign in to comment.