Add missing shebang

This commit is contained in:
garronej 2022-04-20 21:13:32 +02:00
parent b4449bb289
commit 528b1bb607

View File

@ -1,3 +1,5 @@
#!/usr/bin/env node
import { downloadBuiltinKeycloakTheme } from "./download-builtin-keycloak-theme";
import { keycloakThemeEmailDirPath } from "./build-keycloak-theme";
import { join as pathJoin, basename as pathBasename } from "path";