Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
knutwannheden committed Sep 27, 2024
1 parent c0ac948 commit 4c1b0b2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions openrewrite/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ To be able to make changes to both these projects and make sure that they work t
1. Start by cloning both `openrewrite/rewrite-javascript` (this repo) and `moderneinc/rewrite-remote`
2. For both repos perform the following steps:
1. Run the build using `npm run build`
2. Copy the `package.json` file to the `dist` folder
3. Go into the `dist` folder and run `npm link`
4. This last step only needs to be done once
2. Run `npm link`. This last step only needs to be done once
3. Now `npm link` needs to be run in either project to link it into `node_modules`:
1. For `openrewrite/rewrite-javascript` run `npm link @openrewrite/rewrite-remote`
2. For `moderneinc/rewrite-remote` run `npm link @openrewrite/rewrite`
Expand Down

0 comments on commit 4c1b0b2

Please sign in to comment.