mirror of
https://github.com/kou029w/intro-to-graphql.git
synced 2025-01-17 23:55:05 +00:00
8 lines
185 B
Makefile
8 lines
185 B
Makefile
.PHONY: build
|
|
build:
|
|
npx @marp-team/marp-cli README.md -o dist/index.html
|
|
rsync -av assets/ dist/assets/
|
|
|
|
.PHONY: slides
|
|
slides:
|
|
npx @marp-team/marp-cli README.md -o dist/slides.pdf
|