chore(monorepo): add global test script

This commit is contained in:
Elian Doran 2025-04-18 17:20:23 +03:00
parent f0d365e336
commit fe27eea5ba
No known key found for this signature in database

View File

@ -13,6 +13,8 @@
"packages/*" "packages/*"
], ],
"scripts": { "scripts": {
"test": "npm --workspace=apps/client --workspace=apps/server test",
"client:test": "npm --workspace=apps/client test", "client:test": "npm --workspace=apps/client test",
"client:build": "npm --workspace=apps/client build:webpack", "client:build": "npm --workspace=apps/client build:webpack",