Skip to content

Commit

Permalink
Chore: Using deconstruction assignment for shelljs (#10974)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZYSzys authored and not-an-aardvark committed Oct 13, 2018
1 parent 77bb207 commit d45b184
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions Makefile.js
Expand Up @@ -23,23 +23,11 @@ const lodash = require("lodash"),
os = require("os"),
path = require("path"),
semver = require("semver"),
shell = require("shelljs"),
ejs = require("ejs"),
loadPerf = require("load-perf"),
yaml = require("js-yaml");

const cat = shell.cat;
const cd = shell.cd;
const cp = shell.cp;
const echo = shell.echo;
const exec = shell.exec;
const exit = shell.exit;
const find = shell.find;
const ls = shell.ls;
const mkdir = shell.mkdir;
const pwd = shell.pwd;
const rm = shell.rm;
const test = shell.test;
const { cat, cd, cp, echo, exec, exit, find, ls, mkdir, pwd, rm, test } = require("shelljs");

//------------------------------------------------------------------------------
// Settings
Expand Down

0 comments on commit d45b184

Please sign in to comment.