Skip to content

Commit

Permalink
Added "reset" script.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk committed Sep 18, 2024
1 parent da2a6c5 commit 3b56a95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
"rector --clear-cache",
"phpcbf"
],
"reset": "rm -rf vendor vendor-bin composer.lock",
"test": "if [ \"${XDEBUG_MODE}\" = 'coverage' ]; then phpunit; else phpunit --no-coverage; fi"
}
}

0 comments on commit 3b56a95

Please sign in to comment.