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:
authorLuke Karrys <luke@lukekarrys.com>2022-04-14 00:46:59 +0300
committerNathan Fritz <fritzy@github.com>2022-04-14 01:02:47 +0300
commit45869f48b9bb93c145c85cdc99dcd44adc6e3397 (patch)
tree29c9fa34277ec6a556bb94ce01608d46bb1289c4 /Makefile
parentba8b2a753d63c8a8c7a44a48c2e13626b12025fe (diff)
chore: remove deprecated configs from Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e280ecc9a..670f31e97 100644
--- a/Makefile
+++ b/Makefile
@@ -85,7 +85,7 @@ test-all: deps
node bin/npm-cli.js run test-all
ls-ok:
- node bin/npm-cli.js ls --production >/dev/null
+ node bin/npm-cli.js ls --omit=dev >/dev/null
gitclean:
git clean -fd
@@ -97,7 +97,7 @@ link: uninstall
node bin/npm-cli.js link -f --ignore-scripts
prune: deps
- node bin/npm-cli.js prune --production --no-save --no-audit --no-fund
+ node bin/npm-cli.js prune --omit=dev --no-save --no-audit --no-fund
node scripts/git-dirty.js
publish: gitclean ls-ok link test-all docs prune