add .nojekyll to docs folder

This commit is contained in:
cupcakearmy 2019-07-10 09:55:31 +02:00
parent 075ab31986
commit 1362508816

View File

@ -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",