Add a compendium build step in the Github action

This commit is contained in:
Oliver-Akins 2024-02-13 21:08:13 -07:00
parent 1a102074d5
commit 411ddca927
4 changed files with 662 additions and 0 deletions

View file

@ -35,6 +35,7 @@ jobs:
# Compile the stuff that needs to be compiled
- run: npm run build
- run: node scripts/buildCompendia.mjs
- name: Move system.json to a temp file
id: manifest-move