Skip to content

Commit

Permalink
chore: added .nojekyll file to public folder
Browse files Browse the repository at this point in the history
  • Loading branch information
benjitrosch committed Apr 6, 2023
1 parent 37e9af6 commit 440e79d
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -26,7 +26,7 @@
"scripts": {
"start": "storybook dev -p 6006",
"dist": "microbundle --jsx React.createElement --jsxFragment React.Fragment --jsxImportSource react --globals react/jsx-runtime=jsx --format modern,cjs,esm --css inline --compress false",
"docs": "storybook build -o ./docs -s ./public && touch ./docs/.nojekyll",
"docs": "storybook build -o ./docs -s ./public",
"test": "jest",
"format": "prettier --write ./src",
"prepublishOnly": "npm run dist",
Expand Down
Empty file added public/.nojekyll
Empty file.

0 comments on commit 440e79d

Please sign in to comment.