Merge pull request #21 from curbengh/build-script
build: add 'hexo g' to npm script
This commit is contained in:
commit
de0a52f421
@ -2,6 +2,9 @@
|
||||
"name": "hexo-site",
|
||||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build": "hexo generate"
|
||||
},
|
||||
"hexo": {
|
||||
"version": ""
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user