Fix workflows and monorepo deps

* Remove 'react' packages from monorepo dependencies.
* Ensure 'react-native-web' package is built first.
This commit is contained in:
Nicolas Gallagher
2022-07-01 20:35:02 -07:00
parent e9badc3e38
commit 074861623e
11 changed files with 63 additions and 87 deletions
+4 -1
View File
@@ -1,5 +1,7 @@
# Development monorepo
This is the development monorepo for "React Native for Web" and related projects.
## Structure
* `.github`
@@ -23,7 +25,8 @@
* Use `npm run dev -w <package-name>` to run the dev script for a specific package.
* `test`
* Use `npm run test` to run tests for every package.
* Use `npm run test` to run tests for every package.
More details can be found in the contributing guide below.
## Contributing