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>2022-05-04 02:18:44 +0300
committerGitHub <noreply@github.com>2022-05-04 02:18:44 +0300
commit29d301a3717e89ede6fd3e35019e5dd81c519ac3 (patch)
tree2d29dc746cf89152b34484e4cc286722bc91e5a3 /package.json
parent4ff7d3d993533d6407fa69c5e6dd00f95090a280 (diff)
chore: run make docs in postsnap script instead of make mandocs (#4848)
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 90090e758..96b9321ec 100644
--- a/package.json
+++ b/package.json
@@ -213,7 +213,7 @@
"test": "tap",
"test-all": "npm run test --if-present --workspaces --include-workspace-root",
"snap": "tap",
- "postsnap": "make -s mandocs",
+ "postsnap": "make -s docs",
"test:nocleanup": "NO_TEST_CLEANUP=1 npm run test --",
"sudotest": "sudo npm run test --",
"sudotest:nocleanup": "sudo NO_TEST_CLEANUP=1 npm run test --",