Skip to content

Commit

Permalink
test(ts path): path fix
Browse files Browse the repository at this point in the history
  • Loading branch information
admin authored and admin committed Aug 8, 2024
1 parent fb3ee62 commit a0fe2a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"hoistingLimits": "workspaces"
},
"scripts": {
"start:admin": "yarn workspace admin start",
"start:admin": "yarn workspace @softeer/common build && 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",
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"noFallthroughCasesInSwitch": true,
"baseUrl": ".",
"paths": {
"@/*": ["packages/*"]
"@/*": ["packages/*"],
"@softeer/common/*": ["packages/common/*"]
}
},
"parserOptions": {
Expand Down

0 comments on commit a0fe2a5

Please sign in to comment.