From f49515419e900f7e329f798c2e582d279e2b8c81 Mon Sep 17 00:00:00 2001 From: Blaine Bublitz Date: Sun, 24 Mar 2024 13:04:43 -0700 Subject: [PATCH] chore: Renamed prepublish script to manpage --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 99529c1c..bda2028c 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ ], "scripts": { "lint": "eslint .", - "prepublish": "marked-man --name gulp docs/CLI.md > gulp.1", + "manpage": "marked-man --name gulp docs/CLI.md > gulp.1", "pretest": "npm run lint", "test": "mocha --async-only --timeout 5000 test/lib test", "cover": "nyc mocha --async-only --timeout 5000 test/lib test"