We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe4dde1 commit 0e25505Copy full SHA for 0e25505
package.json
@@ -109,7 +109,7 @@
109
"test": "npm run check",
110
"update:pkg:hugo": "npm install --save-dev --save-exact hugo-extended@latest",
111
"update:pkgs": "npx npm-check-updates -u",
112
- "update:submodule": "set -x && git submodule update --remote ${DEPTH:- --depth 999}"
+ "update:submodule": "set -x && git submodule update --remote ${DEPTH:- --depth 999} && git submodule foreach 'git fetch $(git remote | tail -1) --tags'"
113
},
114
"devDependencies": {
115
"@cspell/dict-es-es": "^3.0.3",
0 commit comments