Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

docs: Update DEVELOPMENT.md #3906

Merged
merged 1 commit into from
Oct 2, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ This will install [lerna](https://www.npmjs.com/package/lerna) and bootstrap the

If later you add new dependencies to submodules or just wish to remove all the `node_modules`/`dist` folders and start again, run `npm run reset && npm install` from the root.

See the scripts section of the root [`package.json`](./package.json) for more commands.
See the scripts section of the root [`package.json`](../package.json) for more commands.

## Run tests

Expand Down