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.
beforeInstall
afterInstall
1 parent 6db76ca commit 6de174dCopy full SHA for 6de174d
blueprints/ember-cli-typescript/index.js
@@ -24,7 +24,7 @@ module.exports = {
24
// Entity name is optional right now, creating this hook avoids an error.
25
},
26
27
- afterInstall: function() {
+ beforeInstall: function() {
28
return this.addPackagesToProject([
29
{ name: 'typescript', target: '^2.1' },
30
{ name: '@types/ember', target: '^2.7.34' }
0 commit comments