Skip to content

Commit 7138576

Browse files
committed
update@ build remove debug
1 parent 7f8ad4b commit 7138576

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
@@ -2,7 +2,7 @@
22
"name": "hexo-site",
33
"private": true,
44
"scripts": {
5-
"build": "hexo clean && hexo generate --debug",
5+
"build": "hexo clean && hexo generate",
66
"clean": "hexo clean",
77
"deploy": "hexo deploy",
88
"serve": "hexo server"

0 commit comments

Comments
 (0)