Resolve paths and add check for yarn/npx

This commit is contained in:
dennis.ludwig
2021-06-10 14:27:44 +02:00
parent 81923be958
commit 4afe9b3c4e
4 changed files with 42 additions and 13 deletions

View File

@@ -13,8 +13,6 @@ process.on("unhandledRejection", (err) => {
throw err;
});
// TODO: execute yarn build:tasks to create bin folder with compiled radarJsonGenerator
require("../bin/tasks/radarjson")
.radarJsonGenerator()
.then(() => {