Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
robdekort authored Nov 16, 2020
1 parent bbee218 commit fd3b72e
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@
"extra": {
"laravel": {
"dont-discover": []
},
"download-dist": {
"url": "https://github.com/studio1902/statamic-peak/releases/download/{$version}/dist.tar.gz",
"path": "resources/dist"
}
},
"autoload": {
Expand Down Expand Up @@ -61,7 +57,9 @@
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
],
"post-create-project-cmd": [
"@php artisan key:generate --ansi"
"@php artisan key:generate --ansi",
"npm install",
"npm run dev"
]
}
}

0 comments on commit fd3b72e

Please sign in to comment.