Skip to content

Commit

Permalink
Added .nojekyll
Browse files Browse the repository at this point in the history
  • Loading branch information
w8r committed Sep 23, 2024
1 parent d9b6ed2 commit 29cd15f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"typecheck": "tsc --noEmit --skipLibCheck --project tsconfig.build.json",
"types": "dts-bundle-generator -o ./dist/index.d.ts ./src/index.ts --no-banner",
"postversion": "sync_versions",
"doc:publish": "npm run build:demo && gh-pages -d demo/dist"
"doc:publish": "npm run build:demo && touch ./demo/dist/.nojekyll && gh-pages -d demo/dist"
},
"peerDependencies": {
"@linkurious/ogma": "^5.1.0",
Expand Down

0 comments on commit 29cd15f

Please sign in to comment.