Skip to content

Commit

Permalink
chore: exports local_install/runPostInstallTasks function (#338)
Browse files Browse the repository at this point in the history
Co-authored-by: 天玎 <tianding.wk@antfin.com>
  • Loading branch information
gemwuu and 天玎 authored Mar 26, 2021
1 parent bc464ac commit 1a0aee2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/local_install.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ module.exports = async options => {
}
};

exports.runPostInstallTasks = runPostInstallTasks;

async function _install(options) {
const rootPkgFile = path.join(options.root, 'package.json');
const rootPkg = await utils.readJSON(rootPkgFile);
Expand Down

0 comments on commit 1a0aee2

Please sign in to comment.