Merge pull request #89 from ScottAwesome/patch-1

Fixed typos in `advanced/config_file.md`
This commit is contained in:
Pete Gonzalez 2021-05-14 10:36:30 -07:00 коммит произвёл GitHub
Родитель 585f0d33eb af6718b65d
Коммит d18af9b35b
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -27,14 +27,14 @@ navigation_source: docs_nav
| File(s) | What it does |
| :--------------------------------------- | :------------------------------ |
| common/temp/install-run/... | Storage for the **install-run.js** and **instal-run-rush.js** scripts. See [Enabling CI builds]({% link pages/maintainer/enabling_ci_builds.md %}). |
| common/temp/install-run/... | Storage for the **install-run.js** and **install-run-rush.js** scripts. See [Enabling CI builds]({% link pages/maintainer/enabling_ci_builds.md %}). |
| common/temp/node_modules/... | The installed packages. This is a plain old `npm install` output, with no symlinks in this tree. |
| common/temp/npm-cache/... | A local NPM cache will be created here. Rush does not use the global NPM cache due to its concurrency problems. |
| common/temp/npm-local/... | Based on the **npmVersion** setting, Rush will install NPM in your home directory and create a symlink to it for each repo that requests it. |
| common/temp/npm-tmp/... | Temporary files created by NPM during installation. |
| common/temp/projects/... | Synthetic projects referenced by **common/temp/package.json**. |
| common/temp/rush-recycler/... | Used to speed up recursive deletes. |
| common/temp/last-install.flag | Don't worry about this file. It tracks the timestampe of the last successful `rush install`. |
| common/temp/last-install.flag | Don't worry about this file. It tracks the timestamp of the last successful `rush install`. |
| common/temp/package.json | The common package definition. |
| common/temp/rush-link.json | Don't worry about this file. It is created whenever you run `rush link`, and read by later commands such as "rush build". |