Update docsy (hugo theme) git submodule (#1295)

This commit is contained in:
Andrew Morgan 2022-11-08 17:29:10 +00:00 committed by GitHub
parent b07fe504ed
commit fd41d9d4ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 35 additions and 22 deletions

View file

@ -5,6 +5,9 @@
"main": "none.js",
"scripts": {
"get-proposals": "node ./scripts/proposals.js",
"get:submodule": "git submodule update --init --depth 1",
"_prepare:docsy": "cd themes/docsy && npm install",
"prepare": "npm run get:submodule && npm run _prepare:docsy",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {