|
28 | 28 | "_prettier:any": "npx prettier --ignore-path ''",
|
29 | 29 | "_rename-to-kebab-case": "find assets content static -name '*_*' ! -name '_*' -exec sh -c 'mv \"$1\" \"${1//_/-}\"' _ {} \\;",
|
30 | 30 | "_serve:hugo": "hugo server -DFE --minify",
|
31 |
| - "_serve:netlify": "netlify dev -c \"npm run _serve:hugo\"", |
| 31 | + "_serve:netlify": "netlify dev -c \"npm run _serve:hugo -- --renderToMemory\"", |
32 | 32 | "_sync": "./scripts/sync-submodules.pl",
|
33 | 33 | "all": "bash -c 'x=0; for c in \"$@\"; do npm run $c || x=$((x+1)); done; ((!x)) || (echo \"ERROR: some scripts failed!\" && exit 1)' -",
|
34 | 34 | "build:preview": "set -x && npm run _build -- --minify",
|
|
77 | 77 | "prefix:submodules": "npm run update:submodule",
|
78 | 78 | "schemas:update": "npm run update:submodule content-modules/opentelemetry-specification",
|
79 | 79 | "seq": "bash -c 'for cmd in \"$@\"; do npm run $cmd || exit 1; done' - ",
|
80 |
| - "serve:hugo": "npm run _serve:hugo", |
| 80 | + "serve:hugo": "npm run _serve:hugo -- --renderToMemory", |
81 | 81 | "serve:netlify": "npm run _serve:netlify",
|
82 |
| - "serve": "npm run serve:hugo", |
| 82 | + "serve": "npm run serve:hugo --", |
83 | 83 | "sync": "./scripts/sync-submodules.pl",
|
84 | 84 | "test-and-fix": "npm run seq -- check fix:dict fix:filenames",
|
85 | 85 | "test": "npm run check",
|
|
0 commit comments