pull/4427/merge
netmindz 2025-02-22 17:39:00 +00:00 zatwierdzone przez GitHub
rodzic a4680b7216
commit fa2949af7d
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -10,7 +10,7 @@ if node_ex is None:
else: else:
# Install the necessary node packages for the pre-build asset bundling script # Install the necessary node packages for the pre-build asset bundling script
print('\x1b[6;33;42m' + 'Installing node packages' + '\x1b[0m') print('\x1b[6;33;42m' + 'Installing node packages' + '\x1b[0m')
env.Execute("npm install") env.Execute("npm ci")
# Call the bundling script # Call the bundling script
exitCode = env.Execute("npm run build") exitCode = env.Execute("npm run build")