We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 663e60a commit 7f4b4d9Copy full SHA for 7f4b4d9
packages/docs/package.json
@@ -30,7 +30,7 @@
30
"start": "next start",
31
"build:react-accessible-tooltip": "yarn workspace react-accessible-tooltip build",
32
"build": "yarn build:react-accessible-tooltip && yarn next build",
33
- "deploy": "yarn build && gh-pages -d out",
+ "deploy": "yarn build && gh-pages -d out --nojekyll",
34
"lint": "next lint"
35
},
36
"dependencies": {
0 commit comments