Skip to content

Commit

Permalink
+ Add helper script to build all the things
Browse files Browse the repository at this point in the history
  • Loading branch information
modernben committed Aug 4, 2023
1 parent d9315b5 commit 407185a
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 25 deletions.
7 changes: 7 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,13 @@
],
"post-create-project-cmd": [
"@php artisan key:generate --ansi"
],
"build": [
"composer update",
"@php artisan native:build linux",
"@php artisan native:build win",
"@php artisan native:build mac",
"@php artisan native:publish"
]
},
"extra": {
Expand Down
47 changes: 22 additions & 25 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 407185a

Please sign in to comment.