1
1
mirror of https://github.com/primer/css.git synced 2024-12-23 22:24:11 +03:00

docs: remove reference to npm-run{,-all} in DEVELOP.md

This commit is contained in:
Shawn Allen 2019-02-04 10:49:41 -08:00
parent f85f7c7abc
commit c940591bf3

View File

@ -78,7 +78,7 @@ The [`script` directory](./script) houses a collection of scripts that we use to
If you're looking for more detail, you can also run `npx lerna ls`, which will list the packages by name along with their versions.
Scripts like `lint-scss`, `notify`, and `test-docs` are called from individual packages to run specific common tasks; `npm-run` and `npm-run-all` are used more generally to run monorepo-installed npm utilities within the package directory, and can probably be refactored to simply run [npx].
Scripts like `lint-scss`, `notify`, and `test-docs` are called from individual packages to run specific common tasks.
[monorepo]: https://github.com/babel/babel/blob/master/doc/design/monorepo.md