Merge pull request #21 from curbengh/build-script

build: add 'hexo g' to npm script
This commit is contained in:
curbengh 2019-10-04 17:20:22 +09:30 committed by GitHub
commit de0a52f421
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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