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

7 Коммитов

Автор SHA1 Сообщение Дата
Saad Najmi a2bea87066
Don't bundle in JS PR (#2792)
* Don't bundle in JS PR

* Update azure-pipelines.yml comment
2023-04-22 23:18:40 -05:00
Ruriko Araki 56ccce452d
Remove api extractor (#854)
* Remove api-extractor related files

* lockfile

* Change files

* Fix change file

* Put back folder I accidentally deleted, get build to work
2021-08-05 17:09:34 -07:00
Tommy Nguyen 99e6bc11d8
chore: use react-native-test-app for Windows (#755)
* chore: use react-native-test-app for Windows

* let dep-check manage fluent-tester's dependencies

* fix windows project config

* update app id

* bump @rnx-kit/* to latest

* align metro

* fix RedBox not appearing

* sync lock files

* fix Metro watching Visual Studio generated files

* rename before delete to avoid fs race conditions

* remove wdio results earlier

* don't delete non-existent logs

* up connection retries

* remove results before starting wdio

* use embedded bundle

* bump @rnx-kit/metro-config to 1.2.3

* recreate test output folders

* don't watch other test apps and build output

* restore App.js

* workaround for filesystem race condition

* don't bundle before build is done

* Change files

Co-authored-by: Saad Najmi <sanajmi@microsoft.com>
2021-07-22 15:42:45 -05:00
Ruriko Araki 907fea5109
Fix prettier for FURN (#730)
* Fix prettier tooling

* Enable on Fluent Tester directory and run

* Apply prettier to other platforms, run

* Apply prettier to components, run

* Apply prettier to experimental, run

* Apply prettier to framework, run

* Apply prettier to libraries core and theming, run

* Apply prettier to utils, run

* Change files

* Change lage.config
2021-06-17 17:22:39 -07:00
Jason Morse 580825d7ae
Make the scripts buildable to allow typescript within (#403)
* move scripts to be building via TypeScript

* convert scripts to build using typescript

* move babel up to scripts root for direct inclusion

* remove unused use of depcheck task from build-tools
2020-08-19 15:52:37 -07:00
Jason Morse 2216954b9e
Integrate dependency checker into CI and fix dependency errors (#392)
* add depcheck command to repo

* fix more dependencies

* fix dependency errors

* fix last few dependency issues

* more dependency fixes and integrate into buildci

* workaround depcheck bad report

* Change files

* add prettier and extension updates to (hopefully) ensure consistency

* fix bad merge

* Change files
2020-08-17 14:54:38 -07:00
Jason Morse 79677c8f32
Switch to using Lage as a build sequencer (#357)
* initial lage init

* hook up build and test scripts via lage

* add full build support

* update new packages to use the new task runner

* update README with instructions on using Lage

* update commands executed in CI

* switch to using Lage for build sequencing

* Change files

* enable tests for FocusTrapZone

* turn on Link tests

* enable Stack tests

* add verbose output to full build task in CI

* add the verbose flag to the actual command this time

* split up build and bundle to handle resource failures

* rename full-build to buildci to be consistent with fabric, up memory limit in CI

* update README for buildci command

* try limiting concurrent processes for CI

* remove lerna dependency, leaving config file

* break up publish tasks to avoid failures

* try again to fix the CI

* fix lerna reference in README

* fix bad capitalization and try with full buildci command

* fix missing dep in contextual menu
2020-07-29 15:26:39 -07:00