bug: Update rare weapons tables

This commit is contained in:
2026-06-08 22:13:31 +00:00
parent 41d89cb632
commit f7574aee21
12 changed files with 3654 additions and 1486 deletions

View File

@@ -12,15 +12,17 @@ clean:
serve:
npm run dev
build:
python3 build.py
npm run build
deploy: build
scp -r dist/* {{ user }}@{{ host }}:{{ www-root }}/
core-format:
find books/core -type f -name "*.html" -exec npx prettier --write {} \;
format:
npx prettier --write books/
npx prettier --write fabula-ultima-sheet.js
npx prettier --write webpack.config.js
npx prettier --write fabula-ultima-sheet.css
npx prettier --write fabula-ultima-sheet.html
core-build:
cd books/core && python3 build.py
npx prettier --write books/core/index.html
build:
npm run build