diff --git a/package.json b/package.json index e2b708c1..ac35ca3a 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "hoistingLimits": "workspaces" }, "scripts": { - "start:admin": "yarn workspace @softeer/common build && yarn workspace admin start", + "start:admin": "yarn workspace admin start", "start:user": "yarn workspace @softeer/common build && yarn workspace user start", "build:admin": "yarn workspace admin build", "build:user": "yarn workspace user build", diff --git a/tsconfig.json b/tsconfig.json index 2f7f8078..32fa6884 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -19,7 +19,6 @@ "noUnusedLocals": true, "noUnusedParameters": true, "noFallthroughCasesInSwitch": true, - "baseUrl": ".", "paths": { "@/*": ["packages/*"] @@ -39,3 +38,4 @@ "vite.config.ts" ] } +