Skip to content

Commit

Permalink
Merge pull request #344 from crynobone/workbench
Browse files Browse the repository at this point in the history
Simplify Workbench integration
  • Loading branch information
freekmurze authored Nov 25, 2024
2 parents 935677c + 9d60f35 commit bf33fd9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 35 deletions.
10 changes: 0 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,17 +47,7 @@
},
"scripts": {
"post-autoload-dump": "@composer run prepare",
"clear": "@php vendor/bin/testbench package:purge-skeleton --ansi",
"prepare": "@php vendor/bin/testbench package:discover --ansi",
"build": [
"@composer run prepare",
"@php vendor/bin/testbench workbench:build --ansi"
],
"start": [
"Composer\\Config::disableProcessTimeout",
"@composer run build",
"@php vendor/bin/testbench serve"
],
"analyse": "vendor/bin/phpstan analyse",
"test": "vendor/bin/pest",
"test-coverage": "vendor/bin/pest --coverage",
Expand Down
25 changes: 0 additions & 25 deletions workbench/app/Providers/WorkbenchServiceProvider.php

This file was deleted.

0 comments on commit bf33fd9

Please sign in to comment.