Skip to content

Commit dfa814d

Browse files
committed
Add newline at end of pnpm-workspace.yaml
1 parent 7a447bb commit dfa814d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/create-react-app/createReactApp.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,8 @@ function createApp(name, verbose, version, template, useYarn, usePnp) {
316316
- core-js-pure
317317
onlyBuiltDependencies:
318318
- '@parcel/watcher'
319-
- unrs-resolver`,
319+
- unrs-resolver
320+
`,
320321
);
321322

322323
const originalDirectory = process.cwd();

0 commit comments

Comments
 (0)