mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-16 21:00:40 -07:00
doc: fix underscore prefixed doc files by adding .jekyll
This commit is contained in:
+1
-1
@@ -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\"",
|
||||
|
||||
Reference in New Issue
Block a user