mirror of https://gitlab.com/curben/blog
fix(deps): switch to published hexo
- when installing from a git url, tsc command needs to be in the "prepare" lifecycle script. - [when installing from a git url,] If the package being installed contains a prepare script, its dependencies and devDependencies will be installed, and the prepare script will be run, before the package is packaged and installed. - https://docs.npmjs.com/cli/v10/commands/npm-install - hexo uses prepare script to install husky git hook - https://github.com/typicode/husky/issues/884 - Revertaf212ddb8d
- Reapply844a785718
This commit is contained in:
parent
af212ddb8d
commit
1e5847fabb
|
@ -11,7 +11,7 @@
|
|||
"renovate": "renovate --platform 'gitlab' --onboarding false --update-lock-files false --labels 'renovate' --recreate-closed true --require-config 'ignored' \"$CI_PROJECT_PATH\""
|
||||
},
|
||||
"dependencies": {
|
||||
"hexo": "hexojs/hexo",
|
||||
"hexo": "^7.0.0",
|
||||
"hexo-filter-nofollow": "hexojs/hexo-filter-nofollow",
|
||||
"hexo-generator-archive": "hexojs/hexo-generator-archive",
|
||||
"hexo-generator-index": "hexojs/hexo-generator-index",
|
||||
|
|
Loading…
Reference in New Issue