-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #258 from AndreaPontrandolfo/AndreaPontrandolfo/is…
…sue227 chore(internals): implemented turbo watch on dev command
- Loading branch information
Showing
7 changed files
with
45 additions
and
33 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
'eslint-config-sheriff': patch | ||
'@sherifforg/create-config': patch | ||
'@sheriff/utils': patch | ||
--- | ||
|
||
chore(internals): implemented turbo watch on dev command | ||
Fixes #227 |
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 |
---|---|---|
|
@@ -2,11 +2,10 @@ | |
"name": "sheriff-monorepo", | ||
"private": true, | ||
"scripts": { | ||
"dev": "turbo watch build-watch start", | ||
"build": "turbo run build", | ||
"start:docs": "turbo run start --filter=docs-website --filter=sheriff-webservices", | ||
"playground": "pnpm --filter=cli-playground exec create-config", | ||
"playground:mimic-monorepo": "pnpm exec create-config --filter=cli-playground", | ||
"webservices:dev": "turbo run start --filter=sheriff-webservices", | ||
"webservices:deploy": "turbo run serve --filter=sheriff-webservices", | ||
"preview-docs": "turbo run serve --filter=docs-website", | ||
"format": "prettier --write \"**/*.{ts,tsx,md}\"", | ||
|
@@ -35,7 +34,7 @@ | |
"@turbo/gen": "^2.0.9", | ||
"knip": "^5.25.1", | ||
"prettier": "^3.3.2", | ||
"turbo": "^2.0.9", | ||
"turbo": "^2.1.2", | ||
"typesync": "^0.13.0" | ||
}, | ||
"packageManager": "[email protected]", | ||
|
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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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