Skip to content

Commit

Permalink
fixing retire install command
Browse files Browse the repository at this point in the history
  • Loading branch information
shibme committed Jul 11, 2019
1 parent 8af7328 commit 948c513
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ private void retirejsExecutor(String command) throws BugAuditException, IOExcept

private void installRetireJS() throws BugAuditException, IOException, InterruptedException {
System.out.println("Installing RetireJS...");
retirejsExecutor("npm install -g retirejs");
retirejsExecutor("npm install -g retire");
}

private void buildProject() throws BugAuditException, IOException, InterruptedException {
Expand Down

0 comments on commit 948c513

Please sign in to comment.