Skip to content

Commit

Permalink
chore: remove aliases (#8980)
Browse files Browse the repository at this point in the history
### Description

The aliases don't work, as noted by the warning:

> warning: user-defined alias `test` is ignored, because it is shadowed
by a built-in command

So I just removed them. Also removed the xtask one because only
turbopack uses xtask
### Testing Instructions

<!--
  Give a quick description of steps to test your changes.
-->
  • Loading branch information
NicholasLYang authored Aug 9, 2024
1 parent 64c0a0f commit 59f16dd
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,3 @@ rustflags = [
"-Clink-arg=-fuse-ld=lld",
]

[alias]
xtask = "run --package xtask --"
build = "build -p turbo"
run = "run -p turbo"
test = "groups test turborepo"
check = "groups check turborepo"

0 comments on commit 59f16dd

Please sign in to comment.