Skip to content

Commit

Permalink
fix +deps
Browse files Browse the repository at this point in the history
  • Loading branch information
silesky committed Aug 28, 2022
1 parent 21106d6 commit 2d40546
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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]",
Expand Down

0 comments on commit 2d40546

Please sign in to comment.