Skip to content

Commit

Permalink
docs: add .nojekyll
Browse files Browse the repository at this point in the history
  • Loading branch information
harttle committed Oct 24, 2019
1 parent ab8db53 commit d4ad4b8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file added docs/.nojekyll
Empty file.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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\"",
Expand Down

0 comments on commit d4ad4b8

Please sign in to comment.