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:
authornlf <quitlahok@gmail.com>2020-10-29 00:29:01 +0300
committernlf <quitlahok@gmail.com>2020-10-29 00:29:01 +0300
commit3b02fcf1d9c2b832832b7dfbbd107fa79534a1e6 (patch)
tree2616b03f0fbc30265ef522875f9da6d39406f662
parent0c6907cd93324eb8b1b62ab44101ff6bddbcdf59 (diff)
remove prepare script as we no longer need it
-rw-r--r--package.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/package.json b/package.json
index ed8c35d2b..941061573 100644
--- a/package.json
+++ b/package.json
@@ -194,7 +194,6 @@
},
"scripts": {
"dumpconf": "env | grep npm | sort | uniq",
- "prepare": "node bin/npm-cli.js rebuild && make -j4",
"preversion": "bash scripts/update-authors.sh && git add AUTHORS && git commit -m \"update AUTHORS\" || true",
"licenses": "licensee --production --errors-only",
"test": "tap",