doc: fix underscore prefixed doc files by adding .jekyll

This commit is contained in:
harttle
2019-08-27 13:07:21 +08:00
parent 493c4951e1
commit f661cd8b85
80 changed files with 545 additions and 545 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
"types": "dist/liquid.d.ts",
"scripts": {
"lint": "eslint . --ext .ts",
"doc": "typedoc --out docs src --readme none",
"doc": "typedoc --out docs src --readme none && touch docs/.nojekyll",
"unit": "mocha \"test/unit/**/*.ts\"",
"integration": "mocha \"test/integration/**/*.ts\"",
"e2e": "npm run build && mocha \"test/e2e/**/*.ts\"",