project-layout/Justfile

19 lines
No EOL
330 B
Makefile

set dotenv-load
_default:
just --choose
# Installs the packages needed for the project.
install:
if [ !-d node_modules ];then npm install --ci; fi
clean:
rm -f *.epub *.pdf
build: install clean build-epub build-pdf
build-epub:
mfgames-writing-format build epub
build-pdf:
mfgames-writing-format build pdf