Skip to content

Commit

Permalink
feat: restore install actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sinedied committed Jul 20, 2021
1 parent 8689f58 commit 5ad22b0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ const _ = require('lodash');
const chalk = require('chalk');
const Generator = require('yeoman-generator');

// Restore install action for backward compatibility
_.extend(Generator.prototype, require('yeoman-generator/lib/actions/install'));

const FileUtilities = require('./file-utilities.js');

const SharedStorageKey = Symbol.for('@ngx-rocket/core');
Expand Down

0 comments on commit 5ad22b0

Please sign in to comment.