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

Commit

Permalink
docs: update DEVELOPMENT.md (#3906)
Browse files Browse the repository at this point in the history
repairs link to package.json
  • Loading branch information
tabcat committed Oct 2, 2021
1 parent b09a18c commit bb0dd96
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit bb0dd96

Please sign in to comment.