chore(docs): change to pnpm

This commit is contained in:
Wing-Kam Wong
2023-06-16 11:27:59 +08:00
parent cf9f4c6e8c
commit 7502113b8b
19 changed files with 67 additions and 67 deletions

View File

@@ -21,7 +21,7 @@ menuTitle: "Unit Testing"
```bash
cd packages/nocodb
npm install
pnpm install
# add a .env file
cp tests/unit/.env.sample tests/unit/.env
@@ -38,7 +38,7 @@ Configure the following variables
### Run Tests
``` bash
npm run test:unit
pnpm run test:unit
```
### Folder Structure