-
Notifications
You must be signed in to change notification settings - Fork 469
Rewatch windows support #7477
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
Rewatch windows support #7477
Conversation
7523e6c
to
94a8133
Compare
fix Fix some issues Fix issue
fix merge issue
rescript
@rescript/darwin-arm64
@rescript/darwin-x64
@rescript/linux-arm64
@rescript/linux-x64
@rescript/win32-x64
commit: |
This reverts commit 2c23b76.
This reverts commit 5d935a9.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -98,6 +98,9 @@ jobs: | |||
- name: Install npm packages | |||
run: yarn install | |||
|
|||
- name: Install testrepo deps | |||
run: cd rewatch/testrepo && yarn install |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ideally rewatch/testrepo
should be added to the yarn workspaces, then we wouldn't need this. We can look into that in a separate PR though.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Behavior is slightly different then. It's better to have a separate independent workspace for testing. If we add it to the monorepo, the dependencies would be hoisted to the rescript root, so we have a monorepo inside a monorepo.
I just fired up the old Windows gall. Both worked fine for me, ship it! |
No description provided.