bug: Update rare weapons tables
This commit is contained in:
18
Justfile
18
Justfile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user