Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuy Adorno <ruyadorno@hotmail.com>2020-11-17 23:16:47 +0300
committerRuy Adorno <ruyadorno@hotmail.com>2020-11-17 23:16:47 +0300
commite1a2837809a76896523cdfcbce7537e46f71d67e (patch)
tree9bdea2ba9b0c4192e7f84c092557be4bf5dd1357
parentab0b932f7117419cc7de2f4438300651f729b413 (diff)
chore: move test lint scriptrelease/v7.0.12
-rw-r--r--package.json6
1 files changed, 2 insertions, 4 deletions
diff --git a/package.json b/package.json
index aa6e5a7d3..be077a406 100644
--- a/package.json
+++ b/package.json
@@ -204,12 +204,10 @@
"sudotest:nocleanup": "sudo NO_TEST_CLEANUP=1 npm run test --",
"posttest": "npm run lint",
"eslint": "eslint",
- "lint": "npm run eslint -- \"lib/**/*.js\"",
- "linttest": "npm run eslint -- test/lib test/bin --fix",
+ "lint": "npm run eslint -- test/lib test/bin \"lib/**/*.js\"",
"lintfix": "npm run lint -- --fix",
"prelint": "rimraf test/npm_cache*",
- "resetdeps": "bash scripts/resetdeps.sh",
- "prepublishOnly": "npm run lint && npm run linttest"
+ "resetdeps": "bash scripts/resetdeps.sh"
},
"//": [
"XXX temporarily only run unit tests while v7 beta is in progress",