mirror of
https://github.com/Kornstalx/5etools-mirror-2.github.io.git
synced 2025-10-28 20:45:35 -05:00
v1.198.1
This commit is contained in:
15
node/generate-all.js
Normal file
15
node/generate-all.js
Normal file
@@ -0,0 +1,15 @@
|
||||
async function main () {
|
||||
await import("./generate-dmscreen-reference.js");
|
||||
await import("./generate-quick-reference.js");
|
||||
await (await import("./generate-tables-data.js")).default;
|
||||
await import("./generate-subclass-lookup.js");
|
||||
await (await import("./generate-spell-source-lookup.js")).default;
|
||||
await import("./generate-nav-adventure-book-index.js");
|
||||
await import("./generate-all-maps.js");
|
||||
// await import("./generate-wotc-homebrew.js"); // unused
|
||||
|
||||
// Generate the search index at the end, as it catches data generated earlier
|
||||
await (await import("./generate-search-index.js")).default;
|
||||
}
|
||||
|
||||
main().catch(e => { throw e; });
|
||||
Reference in New Issue
Block a user