mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 05:46:00 +00:00
7467441276
* fix: field filter logic for create/update * fix: add test cases |
||
---|---|---|
.github/workflows | ||
packages | ||
.editorconfig | ||
.env.example | ||
.eslintrc | ||
.fatherrc.ts | ||
.gitignore | ||
docker-compose.yml | ||
dotenv.js | ||
jest.config.js | ||
lerna.json | ||
nodemon.json | ||
package.json | ||
README.md | ||
tsconfig.json |
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>