Skip to content

Commit b8eb055

Browse files
committed
Add PNPM install command to post-create-project-cmd script
1 parent dd52b70 commit b8eb055

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
@@ -62,7 +62,8 @@
6262
"post-create-project-cmd": [
6363
"@php artisan key:generate --ansi",
6464
"@php -r \"file_exists('database/database.sqlite') || touch('database/database.sqlite');\"",
65-
"@php artisan migrate --graceful --ansi"
65+
"@php artisan migrate --graceful --ansi",
66+
"pnpm i"
6667
],
6768
"dev": [
6869
"Composer\\Config::disableProcessTimeout",

0 commit comments

Comments
 (0)