Skip to content
This repository was archived by the owner on Aug 22, 2025. It is now read-only.

Commit 4326422

Browse files
author
Holger Lösken
committed
Add missing pre update script
1 parent 138d558 commit 4326422

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@
5454
}
5555
},
5656
"scripts": {
57+
"pre-update-cmd": [
58+
"Statamic\\Console\\Composer\\Scripts::preUpdateCmd"
59+
],
5760
"test": "./vendor/bin/phpunit --debug --testdox",
5861
"test-clover-coverage": "./vendor/bin/phpunit --coverage-clover clover.xml",
5962
"test-coverage": "./vendor/bin/phpunit --coverage-html coverage"

0 commit comments

Comments
 (0)