Skip to content

Commit e6af643

Browse files
committed
Remove build:watch script
1 parent 988cbff commit e6af643

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

docs/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ If you have a project that depends on a package in this monorepo, you may want t
6060

6161
If you're developing your project locally and want to test changes to a package, you can follow these steps:
6262

63-
1. First, you must build the monorepo. It's recommend to run `yarn build:watch` so that changes to the package you want to change are reflected in your project automatically.
63+
1. First, you must build the monorepo, by running `yarn build`.
6464
2. Next, you need to connect the package to your project by overriding the resolution logic in your package manager to replace the published version of the package with the local version.
6565

6666
1. Open `package.json` in the project and locate the dependency entry for the package.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
"build:clean": "rimraf dist '**/*.tsbuildinfo' && yarn build",
1717
"build:docs": "yarn workspaces foreach --all --no-private --parallel --interlaced --verbose run build:docs",
1818
"build:types": "tsc --build tsconfig.build.json --verbose",
19-
"build:watch": "yarn run build --watch",
2019
"changelog:update": "yarn workspaces foreach --all --no-private --parallel --interlaced --verbose run changelog:update",
2120
"changelog:validate": "yarn workspaces foreach --all --no-private --parallel --interlaced --verbose run changelog:validate",
2221
"create-package": "ts-node scripts/create-package",

0 commit comments

Comments
 (0)