Prevents installed package from executing malicious code via postinstall (#6777)

This commit is contained in:
Mior Muhammad Zaki
2026-03-31 09:53:53 -05:00
committed by GitHub
parent e7fc00c747
commit d1c596533f
+1 -1
View File
@@ -36,7 +36,7 @@
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\"",
"@php artisan key:generate",
"@php artisan migrate --force",
"npm install",
"npm install --ignore-scripts",
"npm run build"
],
"dev": [