Skip to content

Commit f6e94d0

Browse files
authored
INT-3301: Added --nojekyll flag to gh-pages command (#512)
1 parent 357861e commit f6e94d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"watch": "tsc -w -p ./tsconfig.es2015.json",
2121
"storybook": "storybook dev -p 6006",
2222
"build-storybook": "storybook build",
23-
"deploy-storybook": "storybook build && gh-pages -d ./storybook-static -u 'tiny-bot <[email protected]>'"
23+
"deploy-storybook": "storybook build && gh-pages -d ./storybook-static -u 'tiny-bot <[email protected]>' --nojekyll"
2424
},
2525
"keywords": [],
2626
"author": "Ephox Corporation DBA Tiny Technologies, Inc.",

0 commit comments

Comments
 (0)