Skip to content

Commit 68a5185

Browse files
committed
docs: ✏️ docs deployment fix
1 parent f55a402 commit 68a5185

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
1616
],
1717
"scripts": {
1818
"build": "rollup -c",
19-
"build:docs": "STORYBOOK_BASE=/react-zoom-pan-pinch/ storybook build",
19+
"build:docs": "STORYBOOK_BASE=/react-zoom-pan-pinch/ storybook build && touch storybook-static/.nojekyll",
2020
"start": "cross-env DISABLE_ESLINT_PLUGIN=true yarn storybook dev -p 6006",
2121
"test": "jest",
2222
"test:debug": "jest-preview",
2323
"lint": "eslint . --ext .js,.jsx,.tsx,.ts --fix",
2424
"format": "prettier --write .",
2525
"typecheck": "tsc --noEmit --emitDeclarationOnly false",
2626
"predeploy": "yarn run build:docs",
27-
"deploy": "gh-pages -d storybook-static",
27+
"deploy": "gh-pages -t -d storybook-static",
2828
"release": "yarn semantic-release",
2929
"storybook": "storybook dev -p 6006",
3030
"storybook:build": "storybook build"

0 commit comments

Comments
 (0)