Skip to content

Commit

Permalink
try yarn installing after npx create
Browse files Browse the repository at this point in the history
  • Loading branch information
jtoar committed Mar 9, 2024
1 parent 294a76f commit f7ee73d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/set-up-rsc-project/setUpRscProject.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ async function setUpRscProject(
'--no-git',
rscProjectPath,
])
await exec('yarn', null, { cwd: rscProjectPath })

console.log(`Setting up Streaming/SSR in ${rscProjectPath}`)
const cmdSetupStreamingSSR = `node ${rwBinPath} experimental setup-streaming-ssr -f`
Expand Down

0 comments on commit f7ee73d

Please sign in to comment.