-
Notifications
You must be signed in to change notification settings - Fork 141
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,11 +24,11 @@ | |
"postpublish-run-all": "yarn workspaces foreach -vpt --no-private run postpublish", | ||
"version-run-all": "yarn workspaces foreach -vpt --no-private run version", | ||
"core": "yarn workspace @segment/analytics-core", | ||
"core+deps": "turbo run --filter='analytics-core'", | ||
"core+deps": "turbo run --filter=@segment/analytics-core...", | ||
"browser": "yarn workspace @segment/analytics-next", | ||
"browser+deps": "turbo run --filter='analytics-next'", | ||
"browser+deps": "turbo run --filter=@segment/analytics-next...", | ||
"node": "yarn workspace @segment/analytics-node", | ||
"node+deps": "turbo run --filter='analytics-node'", | ||
"node+deps": "turbo run --ignore=@segment/analytics-next --filter=@segment/analytics-node...", | ||
"clean": "bash scripts/clean.sh" | ||
}, | ||
"packageManager": "[email protected]", | ||
|