From 3a3f4fd4fbc4118838bfd5c762fcf38ce1fdcc79 Mon Sep 17 00:00:00 2001 From: a flying potato <80830782+a-flying-potato@users.noreply.github.com> Date: Wed, 14 Apr 2021 18:38:26 +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/aureooms/rejuvenate/blob/eb1b209cd7aa675a642d48b2a788c2c6112779f7/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 7a5a113..fca4deb 100644 --- a/package.json +++ b/package.json @@ -30,6 +30,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",