Skip to content

Commit

Permalink
馃悰 FIX: Install latest pkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadawais committed Jul 15, 2020
1 parent 8833a01 commit e89815d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions utils/generate.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ module.exports = async () => {
);
process.chdir(outDirPath);
const pkgs = [
`meow`,
`chalk`,
`cli-alerts`,
`cli-welcome`,
`cli-meow-help`,
`cli-handle-error`,
`cli-handle-unhandled`
`meow@latest`,
`chalk@latest`,
`cli-alerts@latest`,
`cli-welcome@latest`,
`cli-meow-help@latest`,
`cli-handle-error@latest`,
`cli-handle-unhandled@latest`
];

await execa(`npm`, [`install`, ...pkgs]);
Expand Down

0 comments on commit e89815d

Please sign in to comment.