|
13 | 13 | "_gen-chroma-styles": "bash -c tools/gen-chroma-styles.sh && bash -c 'tools/gen-chroma-styles.sh -s onedark -o _dark.scss'", |
14 | 14 | "_mkdir:hugo-mod": "node tools/mkdirp-hugo-mod.js ..", |
15 | 15 | "_prepare": "npm run _cp:bs-rfs && npm run _gen-chroma-styles && npm run get:hugo-modules", |
16 | | - "build:preview": "npm run cd:docs build:preview", |
17 | | - "build:production": "npm run cd:docs build:production", |
18 | | - "build": "npm run cd:docs build", |
| 16 | + "build:preview": "npm run cd:docs -- build:preview --", |
| 17 | + "build:production": "npm run cd:docs -- build:production --", |
| 18 | + "build": "npm run cd:docs -- build --", |
19 | 19 | "cd:docs": "npm run _cd:docs -- npm run", |
20 | 20 | "check:format": "npm run _check:format || (echo '[help] Run: npm run fix:format'; exit 1)", |
21 | 21 | "check:links:internal": "npm run cd:docs check:links:internal", |
|
40 | 40 | }, |
41 | 41 | "devDependencies": { |
42 | 42 | "cpy-cli": "^5.0.0", |
43 | | - "hugo-extended": "^0.139.4", |
44 | | - "netlify-cli": "^17.38.0", |
45 | | - "npm-check-updates": "^17.1.11", |
| 43 | + "hugo-extended": "^0.140.2", |
| 44 | + "netlify-cli": "^18.0.0", |
| 45 | + "npm-check-updates": "^17.1.13", |
46 | 46 | "prettier": "^3.4.2" |
47 | 47 | }, |
48 | 48 | "engines": { |
|
0 commit comments