fix: script assignment in switch case for install action

This commit is contained in:
Eury Sosa Garcia 2026-01-29 09:07:28 -04:00 committed by GitHub
parent f5ae493b75
commit b0a733088a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -106,7 +106,7 @@ const script = null
switch(action) {
case "install":
script = install
script = "install"
break;
case "dev":
script = "dev"