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

@ -4,6 +4,7 @@
"build": "sass --embed-source-map --no-error-css styles/:.styles/"
},
"devDependencies": {
"@foundryvtt/foundryvtt-cli": "^1.0.2",
"@league-of-foundry-developers/foundry-vtt-types": "^9.280.0",
"sass": "^1.69.5"
}