-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1ad2f52
commit 6732f05
Showing
3 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,11 +10,11 @@ | |
"packageManager": "[email protected]", | ||
"scripts": { | ||
"start": "yarn workspace @monorepooo/template start", | ||
"build": "yarn workspace @monorepooo/utils build && yarn workspace @monorepooo/api build && yarn workspace @monorepooo/web build && yarn workspace @monorepooo/admin build && yarn workspace @monorepooo/template build", | ||
"clean": "yarn workspace @monorepooo/utils clean && yarn workspace @monorepooo/api clean && yarn workspace @monorepooo/web clean && yarn workspace @monorepooo/admin clean && yarn workspace @monorepooo/template clean" | ||
"build": "turbo run build", | ||
"clean": "turbo run clean" | ||
}, | ||
"dependencies": { | ||
"@changesets/cli": "^2.27.1", | ||
"turbo": "^1.13.3" | ||
"turbo": "latest" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters