mirror of
https://github.com/kou029w/intro-to-hasura.git
synced 2025-01-31 06:18:06 +00:00
4 lines
150 B
Makefile
4 lines
150 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
|