build: add 'hexo g' to npm script
This commit is contained in:
parent
571320ba41
commit
dbcd1d54f8
@ -2,6 +2,9 @@
|
|||||||
"name": "hexo-site",
|
"name": "hexo-site",
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
|
"scripts": {
|
||||||
|
"build": "hexo generate"
|
||||||
|
},
|
||||||
"hexo": {
|
"hexo": {
|
||||||
"version": ""
|
"version": ""
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user