build: add 'hexo g' to npm script

This commit is contained in:
curbengh 2019-10-03 13:08:11 +01:00
parent 571320ba41
commit dbcd1d54f8
No known key found for this signature in database
GPG Key ID: 21EA847C35D6E034

View File

@ -2,6 +2,9 @@
"name": "hexo-site",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "hexo generate"
},
"hexo": {
"version": ""
},