Skip to content

Commit

Permalink
fix: create example app with latest
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile committed May 16, 2024
1 parent ec3986c commit d5c909d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export const run = async (): Promise<void> => {
try {
await runSubprocess(
'npm',
['init', '@capacitor/app', 'example', '--', '--name', 'example', '--app-id', 'com.example.plugin'],
['init', '@capacitor/app@latest', 'example', '--', '--name', 'example', '--app-id', 'com.example.plugin'],
opts,
);

Expand Down

0 comments on commit d5c909d

Please sign in to comment.