Skip to content

Commit a9c7592

Browse files
committed
Create "clean" composer command
1 parent 654c688 commit a9c7592

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
"@customize-schemas",
5454
"@generate"
5555
],
56+
"clean": "rm -rf docs src/Models/*/* src/Apis/*/*/*",
5657
"lint": "php vendor/bin/php-cs-fixer fix --allow-risky=yes -vvv"
5758
},
5859
"autoload": {

resources/templates/composer.hbs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
"@customize-schemas",
5656
"@generate"
5757
],
58+
"clean": "rm -rf docs src/Models/*/* src/Apis/*/*/*",
5859
"lint": "php vendor/bin/php-cs-fixer fix --allow-risky=yes -vvv"
5960
},
6061
"autoload": {

0 commit comments

Comments
 (0)