From 069fd4e6e77734e76fe4c1cfaae7aac0e9abdfed Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 5 Apr 2024 09:06:09 +0300 Subject: [PATCH] Skip validate, prebuild Haskell code --- justfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/justfile b/justfile index 1adeae1..c766d13 100644 --- a/justfile +++ b/justfile @@ -4,12 +4,13 @@ default: generate-xml: rm -rf book/generated-xml ./book/tools/generate.sh - ./book/tools/validate.hs + # ./book/tools/validate.hs generate-static: git rm -r public rm -rf yesodweb.com git clone https://github.com/yesodweb/yesodweb.com + cd yesodweb.com && stack build cd yesodweb.com/make-it-static && cargo run mv yesodweb.com/public . git add public