From 096f4754d3eb478e436cb252d22b1fdead8ddc68 Mon Sep 17 00:00:00 2001 From: Alexander Zinn Date: Sat, 22 Nov 2025 21:42:04 -0500 Subject: [PATCH] Remove linting step from CI build script to streamline the build process. --- scripts/ci-build.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/ci-build.sh b/scripts/ci-build.sh index 5cf0e5d..0ddb27c 100755 --- a/scripts/ci-build.sh +++ b/scripts/ci-build.sh @@ -27,7 +27,6 @@ while [[ $# -gt 0 ]]; do esac done -bun run lint bun run build:node bun run build:browser bun run build:types