From 13625088162c435c96e69811ac3eb0e9fa8eb952 Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Wed, 10 Jul 2019 09:55:31 +0200 Subject: [PATCH] add .nojekyll to docs folder --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 18b8c3c..9a0b2ed 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "url": "https://github.com/CupCakeArmy/occulto" }, "scripts": { - "docs": "typedoc --out ./docs ./src", + "docs": "typedoc --out ./docs ./src && touch ./docs/.nojekyll", "build": "tsc", "dev": "tsnd --respawn --no-notify src/index.ts", "test": "npm run build && mocha",