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 b5728b7 commit 9649c8bCopy full SHA for 9649c8b
explorer/package.json
@@ -9,7 +9,7 @@
9
"build": "next build && next export",
10
"start": "next start",
11
"clean": "rm -rf node_module/.cache && rm -rf out",
12
- "deploy": "yarn clean && yarn build && touch out/.nojekyll && gh-pages -d out",
+ "deploy": "yarn clean && yarn build && touch out/.nojekyll && gh-pages -t -d out",
13
"type-check": "tsc"
14
},
15
"dependencies": {
0 commit comments