Skip to content

Commit 6de174d

Browse files
committed
Use beforeInstall instead of afterInstall for peer dependencies.
1 parent 6db76ca commit 6de174d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blueprints/ember-cli-typescript/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ module.exports = {
2424
// Entity name is optional right now, creating this hook avoids an error.
2525
},
2626

27-
afterInstall: function() {
27+
beforeInstall: function() {
2828
return this.addPackagesToProject([
2929
{ name: 'typescript', target: '^2.1' },
3030
{ name: '@types/ember', target: '^2.7.34' }

0 commit comments

Comments
 (0)