Skip to content

Commit

Permalink
RSC: Fix path in setup script readme (#10069)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobbe authored Feb 27, 2024
1 parent 7e179ee commit d9456d3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ project, runs `yarn install` and `project:copy`. Finally it builds the rw app.
## Testing/running locally

Go into the github actions folder
`cd .github/actions`
`cd .github/actions/set-up-rsc-external-packages-and-cells-project`

Then run the following command to execute the action
`node set-up-rsc-external-packages-project/setUpRscExternalPackagesProjectLocally.mjs`
`node setUpRscExternalPackagesProjectLocally.mjs`

## Design

Expand Down

0 comments on commit d9456d3

Please sign in to comment.