Skip to content

Commit 4b79fe0

Browse files
chalindfawley
authored andcommitted
Upgrade grpc.io-docsy to match docsy 0.4.0 (grpc#1027)
1 parent 4bd354e commit 4b79fe0

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

package.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
"_build": "hugo --cleanDestinationDir -e dev -DFE",
55
"_check-links": "make check-links",
66
"_get:no": "echo SKIPPING get operation",
7-
"_get:submodule": "set -x && git submodule update --init --recursive ${DEPTH:- --depth 1}",
7+
"_get:submodule": "set -x && git submodule update --init ${DEPTH:- --depth 1}",
88
"_prebuild": "npm run get:submodule",
9+
"_prepare:docsy": "cd themes/docsy && npm install",
910
"_serve:hugo": "hugo serve -DFE --minify",
1011
"_serve": "netlify dev -c \"npm run _serve:hugo\"",
1112
"build:preview": "set -x && npm run _build -- --minify --baseURL \"${DEPLOY_PRIME_URL:-/}\"",
@@ -22,14 +23,15 @@
2223
"precheck-links:all": "npm run build",
2324
"precheck-links": "npm run build",
2425
"preinstall": "npm run get:submodule",
26+
"prepare": "npm run get:submodule && npm run _prepare:docsy",
2527
"preserve:hugo": "npm run _prebuild",
2628
"preserve": "npm run _prebuild",
2729
"serve:hugo": "npm run _serve:hugo",
2830
"serve": "npm run _serve",
2931
"test": "npm run check-links",
3032
"update:pkg:hugo": "npm install --save-dev --save-exact hugo-extended@latest",
3133
"update:pkg:hugo+": "npm install --save-dev autoprefixer@latest postcss@latest postcss-cli@latest",
32-
"update:submodule": "set -x && git submodule update --remote --recursive ${DEPTH:- --depth 1}"
34+
"update:submodule": "set -x && git submodule update --remote ${DEPTH:- --depth 1}"
3335
},
3436
"devDependencies": {
3537
"autoprefixer": "^10.4.8",

themes/docsy

Submodule docsy updated 93 files

0 commit comments

Comments
 (0)