From d80398aead56f7bb724e824cb52ce5cb803dbb81 Mon Sep 17 00:00:00 2001 From: Hyro Date: Sun, 15 May 2022 14:32:12 +0200 Subject: [PATCH] chore: build:docs --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8d691b1..3d08cc4 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "build:babel": "npx babel --extensions .ts ./src -d ./dist/js --minified", "build:types": "tsc --emitDeclarationOnly --declaration --declarationDir dist/js/", "build:webpack": "npx webpack", - "docs:build": "typedoc --json docs/out-master.json src/index.ts && node scripts/docs.mjs" + "build:docs": "typedoc --json docs/out-master.json src/index.ts && node scripts/docs.mjs" }, "devDependencies": { "@babel/cli": "7.17.6",