mirror of https://gitlab.com/curben/blog
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:
parent
db788d8df9
commit
46c162b3a1
|
@ -1,6 +1,6 @@
|
||||||
[context.production]
|
[context.production]
|
||||||
publish = "public"
|
publish = "public"
|
||||||
command = "npm run build"
|
command = "npm run snyk && npm run hexo"
|
||||||
|
|
||||||
[[headers]]
|
[[headers]]
|
||||||
for = "/*"
|
for = "/*"
|
||||||
|
|
|
@ -12,7 +12,6 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"hexo": "^3.8.0",
|
"hexo": "^3.8.0",
|
||||||
"hexo-cli": "^1.1.0",
|
|
||||||
"hexo-generator-archive": "^0.1.5",
|
"hexo-generator-archive": "^0.1.5",
|
||||||
"hexo-generator-category": "^0.1.3",
|
"hexo-generator-category": "^0.1.3",
|
||||||
"hexo-generator-index": "^0.2.1",
|
"hexo-generator-index": "^0.2.1",
|
||||||
|
|
Loading…
Reference in New Issue