Skip to content

Commit

Permalink
[plugin-helpers] remove outdated postinstall task (#66324) (#66337)
Browse files Browse the repository at this point in the history
  • Loading branch information
Spencer committed May 13, 2020
1 parent e544e5c commit 089688b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 48 deletions.
2 changes: 0 additions & 2 deletions packages/kbn-plugin-helpers/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,4 @@ program
}))
);

program.command('postinstall').action(createCommanderAction('postinstall'));

program.parse(process.argv);
2 changes: 0 additions & 2 deletions packages/kbn-plugin-helpers/lib/tasks.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,11 @@ const startTask = require('../tasks/start');
const testAllTask = require('../tasks/test/all');
const testKarmaTask = require('../tasks/test/karma');
const testMochaTask = require('../tasks/test/mocha');
const postinstallTask = require('../tasks/postinstall');

module.exports = {
build: buildTask,
start: startTask,
testAll: testAllTask,
testKarma: testKarmaTask,
testMocha: testMochaTask,
postinstall: postinstallTask,
};
44 changes: 0 additions & 44 deletions packages/kbn-plugin-helpers/tasks/postinstall/index.js

This file was deleted.

0 comments on commit 089688b

Please sign in to comment.