Radish alpha
r
rad:z371PVmDHdjJucejRoRYJcDEvD5pp
Radicle website including documentation and guides
Radicle
Git
make: Hack to save `vercel.json`
Lorenz Leutgeb committed 11 months ago
commit 2839c7298535ded84f176b231a013470c5205b45
parent 8caf449
1 file changed +3 -0
modified Makefile
@@ -1,5 +1,8 @@
default: _site
+
	$(eval TMP := $(shell mktemp))
+
	cp _site/vercel.json $(TMP)
	bundle exec jekyll build
+
	mv $(TMP) _site/vercel.json

serve:
	bundle exec jekyll serve --port 3000