Fix previous build (changelog ignore)

This commit is contained in:
garronej 2021-06-14 23:10:35 +02:00
parent eb0e814f94
commit 55a0b27f16
2 changed files with 4 additions and 3 deletions

View File

@ -15,8 +15,7 @@ const parsedPackageJson: ParsedPackageJson = require(pathJoin(reactProjectDirPat
export const keycloakThemeBuildingDirPath = pathJoin(reactProjectDirPath, "build_keycloak");
if (require.main === module) {
export function main() {
console.log("🔏 Building the keycloak theme...⌚");

View File

@ -1,3 +1,5 @@
#!/usr/bin/env node
export * from "./build-keycloak-theme";
import { main } from "./build-keycloak-theme";
main();