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 7f8ad4b commit 7138576Copy full SHA for 7138576
package.json
@@ -2,7 +2,7 @@
2
"name": "hexo-site",
3
"private": true,
4
"scripts": {
5
- "build": "hexo clean && hexo generate --debug",
+ "build": "hexo clean && hexo generate",
6
"clean": "hexo clean",
7
"deploy": "hexo deploy",
8
"serve": "hexo server"
0 commit comments