Prevents installed package from executing malicious code via postinstall (#6777)
This commit is contained in:
committed by
GitHub
parent
e7fc00c747
commit
d1c596533f
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user