From c836cda3d534de6e59ef54ef29fb615202b889cf Mon Sep 17 00:00:00 2001 From: seth Date: Wed, 17 Apr 2024 06:39:36 -0400 Subject: eslint -> biome --- .github/build_site.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.github/build_site.sh') diff --git a/.github/build_site.sh b/.github/build_site.sh index a44d3d2..b4a0455 100755 --- a/.github/build_site.sh +++ b/.github/build_site.sh @@ -6,8 +6,7 @@ set -euo pipefail function build_site { pnpm install --frozen-lockfile - pnpm run lint - pnpm run check + pnpm run ci pnpm run build } -- cgit v1.2.3