mirror of
https://github.com/xHyroM/bun-discord-bot.git
synced 2024-11-10 01:08:07 +01:00
chore(scripts/validateTags): log updates tags
This commit is contained in:
parent
8ac182a928
commit
89ff682211
1 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,8 @@
|
|||
const files = await Bun.file('./files.json').text();
|
||||
console.log(files);
|
||||
if (!files.includes('files/tags.toml')) process.exit(0);
|
||||
|
||||
// @ts-expect-error types
|
||||
const tags = await import('./files/tags.toml');
|
||||
console.log(tags);
|
||||
|
||||
export { };
|
||||
|
|
Loading…
Reference in a new issue