Skip to content

Commit

Permalink
chore: add web start script
Browse files Browse the repository at this point in the history
  • Loading branch information
thewilloftheshadow committed Oct 8, 2024
1 parent 8b20a91 commit 2e44bb5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"test": "vitest",
"web": "pnpm run web:docs && turbo run web:dev",
"web:build": "turbo run web:build",
"web:docs": "turbo run docs"
"web:docs": "turbo run docs",
"web:start": "turbo run web:start"
},
"dependencies": {
"@net-tech-/env-cmd": "1.0.3"
Expand Down

0 comments on commit 2e44bb5

Please sign in to comment.