mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-05-29 17:12:37 +00:00
Fix workflows and monorepo deps
* Remove 'react' packages from monorepo dependencies. * Ensure 'react-native-web' package is built first.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user