Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kimchanhyung98 committed Jun 19, 2024
1 parent 2d1be7a commit 2612e0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@php -r \"file_exists('database/database.sqlite') || touch('database/database.sqlite');\"",
"@php artisan migrate --graceful --ansi"
],
"format": "./vendor/bin/pint --preset laravel",
"pint": "./vendor/bin/pint --preset laravel",
"stan" : "./vendor/bin/phpstan analyse --memory-limit=2G",
"swagger": "./vendor/bin/openapi app -o openapi.yaml -b swagger-config.php"
},
Expand Down

0 comments on commit 2612e0a

Please sign in to comment.