Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
irsyadadl committed Dec 17, 2024
1 parent 76cd702 commit 51c057e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file added bun.lockb
Binary file not shown.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
"@php artisan key:generate --ansi",
"@php -r \"file_exists('database/database.sqlite') || touch('database/database.sqlite');\"",
"@php artisan migrate --graceful --ansi",
"npm install --legacy-peer-deps",
"npm uninstall husky @release-it/conventional-changelog @release-it/bumper @commitlint/config-conventional @commitlint/cli release-it --legacy-peer-deps"
"bun i --legacy-peer-deps",
"bun remove husky @release-it/conventional-changelog @release-it/bumper @commitlint/config-conventional @commitlint/cli release-it"
],
"dev": [
"Composer\\Config::disableProcessTimeout",
Expand Down

0 comments on commit 51c057e

Please sign in to comment.