Skip to content

Commit

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

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

0 comments on commit 687309d

Please sign in to comment.