From c9e639f71b686093e6b53097f0accc0cfbb77303 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Thu, 23 Dec 2021 13:52:39 +0700 Subject: Use system's Node.js This spares the CI from having to fetch steam-run and the whole graphic stacks it depends on. --- .build.jl | 4 ---- 1 file changed, 4 deletions(-) (limited to '.build.jl') diff --git a/.build.jl b/.build.jl index 8b7a09b..52bbec3 100644 --- a/.build.jl +++ b/.build.jl @@ -1,10 +1,6 @@ import Pkg Pkg.instantiate() -using NodeJS -run(`$(npm_cmd()) install highlight.js`) - using Franklin optimize(clear=true, no_fail_prerender=false, suppress_errors=false, fail_on_warning=true) -rm("__site/libs", recursive=true) -- cgit 1.4.1