From 98e75eb1999a715bef06b5f322af591dfbec1b21 Mon Sep 17 00:00:00 2001 From: Rahul Kadyan Date: Sat, 26 May 2018 01:27:21 +0530 Subject: [PATCH] chore: Add .nojekyll file to docs/ --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 169be1c..aa48eef 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "prebuild": "yarn lint", "build": "tsc", "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 1", - "docs": "typedoc typings src/index.ts", + "docs": "typedoc typings src/index.ts && touch docs/.nojekyll", "lint": "prettier --no-semi --single-quote --write **/*.js **/*.vue !test/target/** !dist/**", "release": "standard-version -a", "pretest": "yarn build",