Skip to content

Commit

Permalink
chore: add build for studio-next app
Browse files Browse the repository at this point in the history
  • Loading branch information
Shurtu-gal committed Aug 3, 2023
1 parent fbd181b commit 8a12b9c
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 @@ -16,7 +16,8 @@
"version-packages": "changeset version",
"publish": "changeset publish",
"build:studio": "turbo run build --no-cache --filter=studio...",
"build:ds": "turbo run build --filter=design-system..."
"build:ds": "turbo run build --filter=design-system...",
"build:next": "turbo run build --no-cache --filter=studio-next..."
},
"devDependencies": {
"turbo": "^1.10.7"
Expand Down

0 comments on commit 8a12b9c

Please sign in to comment.