mirror of
https://github.com/calvinwyoung/obsidian-backlink-settings.git
synced 2026-07-22 05:45:37 +00:00
7 lines
71 B
Makefile
7 lines
71 B
Makefile
.PHONY: serve
|
|
serve:
|
|
npm run dev
|
|
|
|
.PHONY: build
|
|
build:
|
|
npm run build
|