Skip to content

Commit

Permalink
fix: .nojekyll for gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
6eDesign committed Sep 16, 2021
1 parent 6b3651e commit 0cfe8ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"dev": "svelte-kit dev",
"prebuild": "rm -rf build",
"build": "svelte-kit build",
"postbuild": "touch docs/.nojekyll",
"preview": "svelte-kit preview",
"lint": "prettier --check --plugin-search-dir=. . && eslint --ignore-path .gitignore .",
"format": "prettier --write --plugin-search-dir=. ."
Expand Down

0 comments on commit 0cfe8ae

Please sign in to comment.