chore: remove hexo-cli

no longer needed due to 'scripts' method.
fix netlify build due to incorrect npm run
continued from 6cd4456d9a
This commit is contained in:
curben 2018-11-06 18:56:11 +10:30
parent db788d8df9
commit 46c162b3a1
2 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[context.production]
publish = "public"
command = "npm run build"
command = "npm run snyk && npm run hexo"
[[headers]]
for = "/*"

View File

@ -12,7 +12,6 @@
},
"dependencies": {
"hexo": "^3.8.0",
"hexo-cli": "^1.1.0",
"hexo-generator-archive": "^0.1.5",
"hexo-generator-category": "^0.1.3",
"hexo-generator-index": "^0.2.1",