From 29b02af0c66db0ee596744ff5cb9bf3f9bea3dba Mon Sep 17 00:00:00 2001 From: a flying potato <80830782+a-flying-potato@users.noreply.github.com> Date: Tue, 27 Jul 2021 16:18:11 +0200 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/1b5252aec880aa76850f97b16980a6ce00c782c4/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 2de612a..f36d132 100644 --- a/package.json +++ b/package.json @@ -32,6 +32,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",