mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-07 14:39:25 +08:00
* feat: add AsDefault field type * fix: association definition in test case * fix: logic of field as default in bulkCreate * fix: change to asDefault field * refactor: rename to radio and move unit test cases back to database package * change to radio Co-authored-by: chenos <chenlinxh@gmail.com>
Development
Install Dependencies
# Install dependencies for root project
npm i
# Install dependencies for sub packages via lerna
npm run bootstrap
Set Environment Variables
cp .env.example .env
Test
# For all packages
npm test
# For specific package
npm test packages/<name>
Description
Languages
TypeScript
98.8%
JavaScript
1.1%