Skip to content

Commit

Permalink
Fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
cipolleschi authored Jun 24, 2024
1 parent 8fb1353 commit 787f4b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/e2e/init-template-e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,8 @@ async function initNewProjectFromSource(

console.log('Running react-native init without install');
execSync(
`node @react-native-community/cli init ${projectName} \
`npx @react-native-community/cli init ${projectName} \
--directory ${directory} \
--template @react-native-community/template \
--verbose \
--pm npm \
Expand Down

0 comments on commit 787f4b8

Please sign in to comment.