# Install dependencies
pnpm setup:deps
# Build all packages
bazel build //...
# Build target package
bazel build //packages/<package_name>
# Test all packages
bazel test //...
# Test target package
bazel test //packages/<package_name>
# Lint *.bazel files
pnpm bazel:lint
# Lint && Fix *.bazel files
pnpm bazel:lint-fix
# Lint JavaScript && TypeScript files
pnpm lint
# Lint && Fix JavaScript && TypeScript files
pnpm lint:fix
-
Notifications
You must be signed in to change notification settings - Fork 0
License
onyxjs/onyx
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published