Skip to content

Commit f86c880

Browse files
committed
install npm on create
1 parent 8fc2935 commit f86c880

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@
3232
"php -r \"file_exists('.env') || copy('.env.example', '.env');\""
3333
],
3434
"post-create-project-cmd": [
35-
"php artisan key:generate"
35+
"php artisan key:generate",
36+
"npm install"
3637
],
3738
"post-install-cmd": [
3839
"Illuminate\\Foundation\\ComposerScripts::postInstall",

0 commit comments

Comments
 (0)