docs: add .nojekyll

This commit is contained in:
harttle
2019-10-24 19:30:46 +08:00
parent ab8db5394b
commit d4ad4b8a8c
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
"types": "dist/liquid.d.ts",
"scripts": {
"lint": "eslint . --ext .ts",
"docs": "rm docs -rf && typedoc --gitRevision master --out docs src && cp website/* docs/",
"docs": "rm docs -rf && typedoc --gitRevision master --out docs src && cp -r website/. docs/",
"unit": "mocha \"test/unit/**/*.ts\"",
"integration": "mocha \"test/integration/**/*.ts\"",
"e2e": "npm run build && mocha \"test/e2e/**/*.ts\"",