1
0
Fork 0
mirror of https://github.com/kou029w/intro-to-hasura.git synced 2025-03-30 09:35:16 +00:00
intro-to-hasura/Makefile
2024-02-01 00:35:21 +09:00

5 lines
182 B
Makefile

.PHONY: build
build:
npx @marp-team/marp-cli README.md -o dist/index.html
npx @marp-team/marp-cli README.md --pdf --output dist/intro-to-hasura.pdf
rsync -av assets/ dist/assets/