diff --git a/package.json b/package.json index 6b03565..3011d67 100644 --- a/package.json +++ b/package.json @@ -3,12 +3,12 @@ "version": "1.0.0", "workspaces": [ "api", - "client", + "app", "tests" ], "scripts": { "format": "prettier --write \"**/src/**/*.ts\" \"**/test/**/*.ts\"", - "lint": "npm run lint -w api && npm run lint -w client", + "lint": "npm run lint -w api && npm run lint -w app", "prepare": "husky" }, "devDependencies": {