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