From fa7298b7856d683cdfafa4e6c24d8ad0d209d57c Mon Sep 17 00:00:00 2001 From: a flying potato <80830782+a-flying-potato@users.noreply.github.com> Date: Wed, 17 Mar 2021 15:15:21 +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/aureooms/rejuvenate/blob/a5a57b70ac6fd6fb77fdab32e6b7be7519ce9564/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 9984f10..2ffbe3e 100644 --- a/package.json +++ b/package.json @@ -33,6 +33,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",