Skip to content

Commit

Permalink
Add missing pre update script
Browse files Browse the repository at this point in the history
  • Loading branch information
Holger Lösken committed Mar 26, 2021
1 parent 138d558 commit 4326422
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@
}
},
"scripts": {
"pre-update-cmd": [
"Statamic\\Console\\Composer\\Scripts::preUpdateCmd"
],
"test": "./vendor/bin/phpunit --debug --testdox",
"test-clover-coverage": "./vendor/bin/phpunit --coverage-clover clover.xml",
"test-coverage": "./vendor/bin/phpunit --coverage-html coverage"
Expand Down

0 comments on commit 4326422

Please sign in to comment.