Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
jchip committed Jun 4, 2018
1 parent 7628ad9 commit 1be212c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion xclap.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ xclap.load({
task: () => {
return exec(true, "lerna updated").then(r => {
if (r.stdout.indexOf("electrode-webpack-reporter") >= 0) {
const chdir = () => shell.cd("packages/electrode-webpack-reporter");
return `~$cd packages/electrode-webpack-reporter && fyn --pg none install && npm test`;
}
});
Expand Down

0 comments on commit 1be212c

Please sign in to comment.