Fix many little bugs

This commit is contained in:
Joseph Garrone
2021-02-21 21:27:42 +01:00
parent 98ff75daff
commit 4c21446390
10 changed files with 1173 additions and 64 deletions

View File

@ -55,7 +55,7 @@ export function generateJavaStackFiles(
})();
fs.writeFileSync(
keycloakThemeBuildingDirPath,
pathJoin(keycloakThemeBuildingDirPath, "pom.xml"),
Buffer.from(pomFileCode, "utf8")
);

View File

@ -1,5 +1,5 @@
import { transformCodebase } from "tools/transformCodebase";
import { transformCodebase } from "../../tools/transformCodebase";
import * as fs from "fs";
import { join as pathJoin } from "path";
import {