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

This commit is contained in:
Mior Muhammad Zaki
2026-03-31 22:53:53 +08:00
committed by GitHub
parent e7fc00c747
commit d1c596533f

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": [