mirror of
https://github.com/kou029w/intro-to-hasura.git
synced 2025-01-18 16:08:04 +00:00
4 lines
107 B
Makefile
4 lines
107 B
Makefile
.PHONY: build
|
|
build:
|
|
npx @marp-team/marp-cli README.md -o dist/index.html
|
|
rsync -av assets/ dist/assets/
|