Skip to content

Commit

Permalink
🩹 (web): Fix start script
Browse files Browse the repository at this point in the history
  • Loading branch information
aussedatlo committed Feb 8, 2025
1 parent c128b80 commit 15b50a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"dev": "bin/run.sh dev --turbo",
"build": "bin/run.sh build",
"start": "bin/run.sh next start",
"start": "bin/run.sh start",
"typecheck": "tsc --noEmit",
"lint": "next lint && pnpm lint:stylelint",
"lint:fix": "next lint --fix && pnpm lint:stylelint --fix",
Expand Down

0 comments on commit 15b50a4

Please sign in to comment.