mirror of
https://github.com/ivuorinen/branch-usage-checker.git
synced 2026-02-10 19:47:02 +00:00
PSR-12, build script, fixes
This commit is contained in:
@@ -70,7 +70,10 @@
|
||||
"post-autoload-dump": [
|
||||
"composer normalize"
|
||||
],
|
||||
"build": "php branch-usage-checker app:build branch-usage-checker",
|
||||
"x": "@php branch-usage-checker"
|
||||
"build": [
|
||||
"cp application application.phar",
|
||||
"@php application app:build branch-usage-checker"
|
||||
],
|
||||
"x": "@php builds/branch-usage-checker"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user