Skip to content

Commit

Permalink
test(common package): build시 common 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
admin authored and admin committed Aug 8, 2024
1 parent e3451a3 commit fb3ee62
Show file tree
Hide file tree
Showing 2 changed files with 2 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 @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",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"noUnusedLocals": true,
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true,

"baseUrl": ".",
"paths": {
"@/*": ["packages/*"]
Expand All @@ -39,3 +38,4 @@
"vite.config.ts"
]
}

0 comments on commit fb3ee62

Please sign in to comment.