build: add 'clean', 'deploy' & 'server' npm scripts (#22)
This commit is contained in:
parent
de0a52f421
commit
ebbc80132e
@ -3,7 +3,10 @@
|
|||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "hexo generate"
|
"build": "hexo generate",
|
||||||
|
"clean": "hexo clean",
|
||||||
|
"deploy": "hexo deploy",
|
||||||
|
"server": "hexo server"
|
||||||
},
|
},
|
||||||
"hexo": {
|
"hexo": {
|
||||||
"version": ""
|
"version": ""
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user