mirror of
https://github.com/ISEAL-Community/iseal-core.git
synced 2024-11-21 22:35:01 +01:00
site/package.json: update Hugo
Only used on local development workflows (GitHub Actions uses its own Hugo task that always has the latest version).
This commit is contained in:
parent
18c6560b58
commit
86ae899f3e
@ -11,7 +11,7 @@
|
||||
"build": "npm run build:css && npm run build:js && npm run clean && npm run copy:icons && npm run build:site",
|
||||
"clean": "rm assets/css/*.css.tmp assets/css/*.css.tmp.map",
|
||||
"copy:icons": "cp node_modules/bootstrap-icons/icons/file-earmark-code.svg node_modules/bootstrap-icons/icons/file-earmark-spreadsheet.svg assets/icons",
|
||||
"postinstall": "hugo-installer --version 0.91.2",
|
||||
"postinstall": "hugo-installer --version 0.92.1",
|
||||
"server": "./bin/hugo/hugo serve"
|
||||
},
|
||||
"keywords": [
|
||||
|
Loading…
Reference in New Issue
Block a user