Граф коммитов

8 Коммитов

Автор SHA1 Сообщение Дата
Liron Yahdav 6c9214c8de
Update building-rnw.md (#9941)
`yarn build` is no longer needed to be run separately after https://github.com/microsoft/react-native-windows/pull/9649
2022-05-10 11:50:35 -07:00
Bartosz Klonowski 26eac15f92
Fix: monorepo page not found (#6626)
When entering the 'building-rnw.md' page, Monorepo is mentioned as a
type of RNW. The issue is that when clicking on the "this page" link,
404 is returned instead of redirecting to the monorepo.md page.
The root cause of that issue is the capital letter originally used in
the link code, while the page itself has a name as: "monorepo.md".

This commit provides the fix for that by changing the letter to the
correct one, so there's no confusion for newcommers.
2020-11-26 11:45:56 -08:00
Nick Gerleman 0111551952
Lerna to Lage (#6454)
* Lerna to Lage

This gives us incremental and scoped JS builds, with more intelligent parallelism. I haven't configured fine-grained caching for the more esoteric projects, but as is, 12/17 projects will cache outputs. The incremental build of the repo takes ~15s on my machine.

* Remove now unneeded eslintignore

* Avoid dist

* buildci color

* Tester build caching

* Cache NuGet

* Remove more unused build artifacts

* Remove clean script

* Lint ts

* Clean Whitespace

* More whitespace

* Remove buildci to allow JSChecks build caching for lint

* Change files

* Parallel lint

* Verbose lint so we can see warnings
2020-11-10 19:22:23 +00:00
Alexander Sklar c2b93d970f
Update building-rnw.md 2020-07-27 13:09:02 -07:00
Alexander Sklar 93860ea236
Update building-rnw.md 2020-07-27 13:06:17 -07:00
Alexander Sklar 268025f416
Add CI loop for markdown docs (#5056)
* docs CI
2020-05-29 21:42:40 -07:00
Alexander Sklar 64aede7aed
RNW dependencies (#4876)
* add rnw-dependencies.ps1

* Change files

* --sln

* run in CI

* print

* desktop appium is optional

* use agent directory

* 15GB is a ballpark estimate

* optional space

* .
2020-05-13 19:24:24 +00:00
Kiki Saintonge c492f4aa10
Documentation migration, updates, and file removals (#3974)
* Docs folder moved, blog folder removed, links and updates made to README

* some link reversion until final title name is settled on

* Update building-rnw.md
2020-02-11 15:16:48 -08:00