- Notifications
You must be signed in to change notification settings - Fork0
License
NotificationsYou must be signed in to change notification settings
onyxjs/onyx
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
# Install dependenciespnpm setup:deps# Build all packagesbazel build //...# Build target packagebazel build //packages/<package_name># Test all packagesbazeltest //...# Test target packagebazeltest //packages/<package_name># Lint *.bazel filespnpm bazel:lint# Lint && Fix *.bazel filespnpm bazel:lint-fix# Lint JavaScript && TypeScript filespnpm lint# Lint && Fix JavaScript && TypeScript filespnpm lint:fix