Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for yarn and lerna monorepos. #3741

Merged
merged 29 commits into from
Feb 1, 2018
Merged
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
bf2d814
Support for multiple source paths via package.json srcPaths entry.
Nov 9, 2017
d9f5cf7
Clean up, use file matching (similar to original) in webpack configs …
bradfordlemley Jan 10, 2018
12e76ad
Remove package lock files.
bradfordlemley Jan 11, 2018
bd1124d
Fix for eject.
bradfordlemley Jan 11, 2018
eae24e9
Filter tests to run only tests in monorepo components included by the…
bradfordlemley Jan 12, 2018
f4b3a0d
Fix conditions for when to use template.
bradfordlemley Jan 12, 2018
739b59b
Fix eject.
bradfordlemley Jan 12, 2018
7227e5d
Remove code that is not needed w/ Jest 22.
bradfordlemley Jan 13, 2018
a93573d
Include all cra-comp tests in monorepo instead of trying to include o…
bradfordlemley Jan 13, 2018
8102907
Pin find-pkg version.
bradfordlemley Jan 14, 2018
9a1b92c
Hopefully fix jest test file matching on windows by removing first sl…
bradfordlemley Jan 14, 2018
f4f2882
E2E tests for monorepo.
bradfordlemley Jan 17, 2018
d8e0319
Run monorepo tests in CI.
bradfordlemley Jan 18, 2018
f96d04c
Fix and test post-eject build.
bradfordlemley Jan 18, 2018
565c1d7
Fix e2e test.
bradfordlemley Jan 18, 2018
75ae0c5
Fix test suite names in appveyor.
bradfordlemley Jan 18, 2018
fbc6bde
Include individual package dirs as srcPaths instead of top-level mono…
bradfordlemley Jan 18, 2018
21f0b00
Fix running tests after eject.
bradfordlemley Jan 18, 2018
9feda8b
Clean up test workspace, add some verifcations.
bradfordlemley Jan 19, 2018
8ab33c7
Cleanup.
bradfordlemley Jan 19, 2018
d52e904
Try to fix hang when running test on appveyor.
bradfordlemley Jan 20, 2018
79ac815
Don't write babel or lint config to package.json when ejecting.
bradfordlemley Jan 21, 2018
3e81144
Incorporate review comments.
bradfordlemley Jan 22, 2018
ec6f5a8
Fixes for windows.
bradfordlemley Jan 22, 2018
978674f
Fix for kitchensink mocha tests compiling.
bradfordlemley Jan 22, 2018
fc9b890
Add lerna monorepo test.
bradfordlemley Jan 23, 2018
4d0bc68
Fix lerna bootstrap on windows.
bradfordlemley Jan 23, 2018
9e7490c
Incorporate more review comments:
bradfordlemley Jan 25, 2018
50b4666
Add monorepo info to user guide.
bradfordlemley Jan 30, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix test suite names in appveyor.
bradfordlemley committed Jan 22, 2018
commit 75ae0c5582d6fef5bf1257e7ac0b34973bb61725
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -9,15 +9,15 @@ environment:
- nodejs_version: 8
test_suite: "kitchensink"
- nodejs_version: 8
test_suite: "yarnws"
test_suite: "yarn-ws"
- nodejs_version: 6
test_suite: "simple"
- nodejs_version: 6
test_suite: "installs"
- nodejs_version: 6
test_suite: "kitchensink"
- nodejs_version: 6
test_suite: "yarnws"
test_suite: "yarn-ws"
cache:
- node_modules -> appveyor.cleanup-cache.txt
- packages\react-scripts\node_modules -> appveyor.cleanup-cache.txt