Skip to content

Commit

Permalink
Remove re-tasks (#1518)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevgo authored Feb 27, 2025
1 parent 93bb728 commit 725eba8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ TURBO_ARGS = --concurrency=100%
build: # builds all codebases
env $(YARN_ARGS) yarn exec --silent -- turbo run build $(TURBO_ARGS)

rebuild: # rebuilds all codebases even if their already exist
env $(YARN_ARGS) yarn exec --silent -- turbo run build --force $(TURBO_ARGS)

clean: # remove all build artifacts
env $(YARN_ARGS) yarn exec --silent -- turbo run clean $(TURBO_ARGS)
find . -name .turbo -type d | xargs rm -rf
Expand Down Expand Up @@ -47,9 +44,6 @@ test: # runs all tests cached
env $(YARN_ARGS) yarn exec --silent -- turbo run test $(TURBO_ARGS)
.PHONY: test

retest: # runs all tests uncached
env $(YARN_ARGS) yarn exec --silent -- turbo run test --force $(TURBO_ARGS)

update: # updates the dependencies for the entire mono-repo
yarn upgrade-interactive --latest

Expand Down

0 comments on commit 725eba8

Please sign in to comment.