Remove linting step from CI build script to streamline the build process.

This commit is contained in:
2025-11-22 21:42:04 -05:00
parent 635eefd5e3
commit 096f4754d3

View File

@@ -27,7 +27,6 @@ while [[ $# -gt 0 ]]; do
esac esac
done done
bun run lint
bun run build:node bun run build:node
bun run build:browser bun run build:browser
bun run build:types bun run build:types