Skip to content

Commit

Permalink
chore: add start command
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgevrgs committed May 15, 2024
1 parent b0abfe7 commit 0046d07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"scripts": {
"build": "pnpm -r --filter='./apps/*' run build",
"dev": "pnpm -r --filter='./apps/*' run dev",
"start": "pnpm -r --filter='./apps/*' run start",
"lint": "pnpm -r --filter='./apps/*' --filter=''./libs/* run lint",
"test": "vitest",
"test:e2e": "playwright test",
Expand Down

0 comments on commit 0046d07

Please sign in to comment.