intro-to-graphql/Makefile
2023-01-17 19:11:57 +09:00

4 lines
107 B
Makefile

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