Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 356 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (12 loc) · 356 Bytes

Contributing

This is a 1:1 mapping of BASE - Bridged app services from bridgedxyz/base.

Packages directory pattern

we use _ prefix for excluding from workspace. all other than starting with _ will be included.

from root workspace package.json

...
  "workspaces": [
    "./[!_]*"
  ],
...