Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Nov 24, 2023
1 parent 686893c commit 1edb352
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,11 @@
}
},
"scripts": {
"post-autoload-dump": "@prepare",
"post-autoload-dump": [
"@clear",
"@prepare"
],
"clear": "@php vendor/bin/testbench package:purge-skeleton --ansi",
"prepare": "@php vendor/bin/testbench package:discover --ansi",
"build": "@php vendor/bin/testbench workbench:build --ansi",
"lint": [
Expand All @@ -78,6 +82,5 @@
"@test"
]
},
"prefer-stable": true,
"minimum-stability": "dev"
"minimum-stability": "stable"
}

0 comments on commit 1edb352

Please sign in to comment.