mirror of
https://github.com/tcgdex/compiler.git
synced 2025-07-03 20:29:19 +00:00
Updated compiler and trying to make ci work again
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -16,7 +16,6 @@ const bootstrap = async () => {
|
||||
el = el.replace("./", "../../")
|
||||
const set: Set = require(el).default
|
||||
|
||||
console.log(el)
|
||||
if (!isSetAvailable(set, lang)) continue
|
||||
items.push(
|
||||
set
|
||||
@ -37,6 +36,4 @@ const bootstrap = async () => {
|
||||
|
||||
}
|
||||
|
||||
console.log("Building sets/index")
|
||||
|
||||
bootstrap()
|
||||
|
Reference in New Issue
Block a user