Skip to content

Commit

Permalink
filter for release build
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasIO committed Nov 2, 2022
1 parent 47ba538 commit e8c6baf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"scripts": {
"build": "turbo run build --filter=./packages/*",
"build": "turbo run build ",
"build:react": "turbo run build --filter=@livekit/components-react...",
"build:svelte": "turbo run build --filter=@livekit/components-svelte...",
"build:core": "turbo run build --filter=@livekit/components-core...",
Expand All @@ -21,7 +21,7 @@
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"docs": "typedoc",
"clean:all": "turbo run clean:all",
"release": "turbo run build && changeset publish"
"release": "turbo run build --filter=./packages/* && changeset publish"
},
"devDependencies": {
"@changesets/changelog-github": "^0.4.4",
Expand Down

0 comments on commit e8c6baf

Please sign in to comment.