Skip to content

Commit

Permalink
refactor: add build:website command
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermerodz committed Feb 21, 2024
1 parent 806b786 commit afcfa20
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 @@ -10,6 +10,7 @@
],
"scripts": {
"build": "turbo run build --filter=*",
"build:website": "turbo run build --filter=website...",
"clean": "turbo run clean",
"dev": "turbo run dev --filter=*",
"dev:website": "turbo run dev --filter=website...",
Expand Down

0 comments on commit afcfa20

Please sign in to comment.