From 38a04cd92532c0ab59780a8d380ec92cd92dc54d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BC=8D=E7=A8=8B=E5=87=AF?= Date: Fri, 13 Jul 2018 10:37:12 +0800 Subject: [PATCH] chore(docs): tweak source code folder of docs pointing --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8b7ced3..ef26957 100644 --- a/package.json +++ b/package.json @@ -9,9 +9,9 @@ ], "scripts": { "lint": "tslint --project tsconfig.json", - "docs:lint": "documentation lint dist/src/**", + "docs:lint": "documentation lint dist/**", "docs:deploy": "npm run docs && cp -r .circleci docs && gh-pages -d docs -t", - "docs": "rm -rf docs/ dist/ && npm run dev && documentation build dist/src/** -f html -o docs", + "docs": "rm -rf docs/ dist/ && npm run dev && documentation build dist/** -f html -o docs", "build": "npm run dev && bili --format cjs --filename '[name].js' --exports 'named'", "dev": "rm -rf dist/ libs/ && tsc", "test:unit": "jest",