File tree 2 files changed +8
-6
lines changed
2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 8
8
"scripts" : {
9
9
"_cd:docs" : " cd userguide &&" ,
10
10
"_check:format" : " npx prettier --check .??* *.md" ,
11
+ "_commit:public" : " npm run cd:docs -- _commit:public" ,
11
12
"_cp:bs-rfs" : " npx cpy 'node_modules/bootstrap/scss/vendor/*' assets/_vendor/bootstrap/scss/" ,
12
13
"_diff:check" : " git diff --name-only --exit-code" ,
13
14
"_gen-chroma-styles" : " bash -c tools/gen-chroma-styles.sh && bash -c 'tools/gen-chroma-styles.sh -s onedark -o _dark.scss'" ,
40
41
},
41
42
"devDependencies" : {
42
43
"cpy-cli" : " ^5.0.0" ,
43
- "hugo-extended" : " ^0.143.1 " ,
44
- "netlify-cli" : " ^18 .0.4 " ,
45
- "npm-check-updates" : " ^17.1.14 " ,
46
- "prettier" : " ^3.5.0 "
44
+ "hugo-extended" : " ^0.145.0 " ,
45
+ "netlify-cli" : " ^19 .0.2 " ,
46
+ "npm-check-updates" : " ^17.1.15 " ,
47
+ "prettier" : " ^3.5.3 "
47
48
},
48
49
"engines" : {
49
50
"node" : " >=22"
Original file line number Diff line number Diff line change 5
5
"_check:format" : " npx prettier --prose-wrap=always --check ." ,
6
6
"_check:links--warn" : " npm run _check:links || (echo; echo 'WARNING: see link-checker output for issues.'; echo)" ,
7
7
"_check:links" : " make --keep-going check-links" ,
8
+ "_commit:public" : " HASH=$(git rev-parse --short main); cd public && git add -A && git commit -m \" Site at $HASH\" " ,
8
9
"_hugo-dev" : " npm run _hugo -- -e dev -DFE" ,
9
10
"_hugo" : " hugo --cleanDestinationDir --themesDir ../.." ,
10
11
"_serve" : " npm run _hugo-dev -- serve --minify --disableFastRender --renderToMemory" ,
28
29
"update:pkgs" : " npx npm-check-updates -u"
29
30
},
30
31
"devDependencies" : {
31
- "autoprefixer" : " ^10.4.20 " ,
32
- "postcss-cli" : " ^11.0.0 " ,
32
+ "autoprefixer" : " ^10.4.21 " ,
33
+ "postcss-cli" : " ^11.0.1 " ,
33
34
"rtlcss" : " ^4.3.0"
34
35
},
35
36
"cSpell:ignore" : " - docsy htmltest pkgs postbuild precheck rtlcss -"
You can’t perform that action at this time.
0 commit comments