We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c8840a commit 0609d91Copy full SHA for 0609d91
blueprints/ember-cli-capacitor/index.js
@@ -49,7 +49,7 @@ module.exports = {
49
});
50
51
for (const platform of selected.platforms) {
52
- await this.addPackagesToProject([{ name: `@capacitor/{platform}` }]);
+ await this.addPackagesToProject([{ name: `@capacitor/${platform}` }]);
53
execSync(`npx cap add ${platform}`);
54
}
55
},
0 commit comments