Skip to content

Commit

Permalink
feat(task): introduce deps:clean task
Browse files Browse the repository at this point in the history
  • Loading branch information
marian13 committed Sep 25, 2022
1 parent 03927d4 commit 41d646c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ tasks:
- bundle install
- bundle exec appraisal install

deps:clean:
cmds:
- "bundle exec rake confirm \"This task removes Gemfile.lock and gemfiles/**/*. Are you sure?\""
- rm Gemfile.lock
- rm -rf gemfiles

docker:bash:ruby_2.7:
cmds:
- docker run --rm -it -v $(pwd):/gem convenient_service:2.7 bash
Expand Down

0 comments on commit 41d646c

Please sign in to comment.