fixed test:libs
This commit is contained in:
parent
790b5ffed5
commit
2c58ad86a6
2 changed files with 17 additions and 13 deletions
|
|
@ -13,7 +13,7 @@
|
|||
"test:unit": "bun test test/unit",
|
||||
"test:integration": "bun test test/integration",
|
||||
"test:e2e": "bun test test/e2e",
|
||||
"test:libs": "turbo run test --filter=./libs/*",
|
||||
"test:libs": "turbo run test --filter='./libs/*'",
|
||||
"test:apps": "turbo run test --filter=./apps/*/*",
|
||||
"lint": "turbo run lint",
|
||||
"clean": "turbo run clean",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue