Skip to content

Commit

Permalink
docs(core): remove docs references to chokidar and replace with dotne…
Browse files Browse the repository at this point in the history
…t watch (#772)

* docs(core): remove docs references to chokidar and replace with dotnet watch

* chore(core): remove unused chokidar dependency in package.json
  • Loading branch information
saborrie authored Oct 17, 2023
1 parent b55c597 commit e8a60d7
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/core/executors/serve.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## NxDotnet Serve Executor

Uses `dotnet run` and chokidar to run a .NET app.
Uses `dotnet watch` to run a .NET app.

## Options

Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"@swc/helpers": "0.5.2",
"@trumbitta/nx-plugin-openapi": "^1.12.1",
"@types/xmldoc": "^1.1.6",
"chokidar": "^3.5.2",
"clsx": "^1.1.1",
"core-js": "^3.27.2",
"eslint": "8.46.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/executors/serve/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"version": 2,
"$schema": "http://json-schema.org/schema",
"title": "NxDotnet Serve Executor",
"description": "Uses `dotnet run` and chokidar to run a .NET app.",
"description": "Uses `dotnet watch` to run a .NET app.",
"type": "object",
"properties": {
"configuration": {
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8668,7 +8668,7 @@ cheerio@^1.0.0-rc.12:
parse5 "^7.0.0"
parse5-htmlparser2-tree-adapter "^7.0.0"

"chokidar@>=3.0.0 <4.0.0", chokidar@^3.4.2, chokidar@^3.5.2, chokidar@^3.5.3:
"chokidar@>=3.0.0 <4.0.0", chokidar@^3.4.2, chokidar@^3.5.3:
version "3.5.3"
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.5.3.tgz#1cf37c8707b932bd1af1ae22c0432e2acd1903bd"
integrity sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==
Expand Down

0 comments on commit e8a60d7

Please sign in to comment.