Remove linting step from CI build script to streamline the build process.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user