From f290f132ee2574e6c1f523c3008ab5b2606e13ea Mon Sep 17 00:00:00 2001 From: a flying potato <80830782+a-flying-potato@users.noreply.github.com> Date: Tue, 21 Dec 2021 16:03:32 +0100 Subject: [PATCH] :robot: chore: Add build-docs script. These changes were automatically generated by a transform whose code can be found at: - https://github.com/make-github-pseudonymous-again/rejuvenate/blob/8134808bd3e9bcbb3e4b2ca5401e2dee58965a01/src/transforms/docs:build-setup.js Please contact the author of the transform if you believe there was an error. --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index d4c0c15..760095d 100644 --- a/package.json +++ b/package.json @@ -28,6 +28,7 @@ ], "scripts": { "build": "rm -rf lib && babel src -d lib", + "build-docs": "esdoc", "cover": "c8 --all --src src --reporter=lcov npm test", "esdoc": "esdoc", "lint-config": "fixpack --dryRun",