Skip to content

Commit 1ad5d09

Browse files
committed
Revert afterInstall -> beforeInstall change. afterInstall is fine.
1 parent affc100 commit 1ad5d09

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

0 commit comments

Comments
 (0)