Skip to content

Commit fabdf8a

Browse files
author
Hirotaka Tagawa / wafuwafu13
authored
Chore: Remove target.all from Makefile.js (#15088)
* Chore: move require * Chore: remove target.all
1 parent e3cd141 commit fabdf8a

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

Makefile.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
// Requirements
1111
//------------------------------------------------------------------------------
1212

13-
require("shelljs/make");
14-
1513
const checker = require("npm-license"),
1614
ReleaseOps = require("eslint-release"),
1715
dateformat = require("dateformat"),
@@ -27,6 +25,7 @@ const checker = require("npm-license"),
2725
{ CLIEngine } = require("./lib/cli-engine"),
2826
builtinRules = require("./lib/rules/index");
2927

28+
require("shelljs/make");
3029
/* global target -- global.target is declared in `shelljs/make.js` */
3130
/**
3231
* global.target = {};
@@ -478,10 +477,6 @@ function getBinFile(command) {
478477
// Tasks
479478
//------------------------------------------------------------------------------
480479

481-
target.all = function() {
482-
target.test();
483-
};
484-
485480
target.lint = function([fix = false] = []) {
486481
let errors = 0,
487482
lastReturn;

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy