-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Update docs for new GH Actions Experimental Release workflow #9083
Conversation
|
@@ -138,83 +146,3 @@ LOCAL_BUILD_DIRECTORY=../my-remix-app pnpm watch | |||
``` | |||
|
|||
Now - any time you make changes in the Remix repository, they will be written out to the appropriate locations in `../my-remix-app/node_modules` and you can restart the `npm run dev` command to pick them up 🎉. | |||
|
|||
### Transition Manager Flows |
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.
This is quite stale :)
@@ -31,7 +31,6 @@ | |||
"changeset:version": "changeset version && node ./scripts/remove-prerelease-changelogs.mjs && node ./scripts/patchup-version.mjs", | |||
"changeset:release": "pnpm build --tsc && changeset publish", | |||
"version": "node ./scripts/version.js", | |||
"version:experimental": "node ./scripts/version.js experimental", |
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.
No longer needed
No description provided.