|
23 | 23 | "_filename-error": "echo 'ERROR: the following files violate naming conventions; fix using: `npm run fix:filenames`'; echo; npm run -s _ls-bad-filenames; exit 1",
|
24 | 24 | "_get:no": "echo SKIPPING get operation",
|
25 | 25 | "_get:submodule": "set -x && git submodule update --init ${DEPTH:- --depth 999}",
|
| 26 | + "_hugo-0_139_0_gcse-patch": "perl -i -pe 's/gcse :/gcse:/' public/search/index.html", |
26 | 27 | "_hugo": "hugo --cleanDestinationDir",
|
27 | 28 | "_install:dict": "npm install -D $(npm run -s _list:dict)",
|
28 | 29 | "_install:netlify-cli": "npm list netlify-cli || npm install -O netlify-cli",
|
|
94 | 95 | "prepare": "npm run seq -- get:submodule _prepare:docsy",
|
95 | 96 | "preserve:hugo": "npm run _prebuild",
|
96 | 97 | "preserve:netlify": "npm run seq -- _prebuild _install:netlify-cli",
|
| 98 | + "postbuild:preview": "npm run _hugo-0_139_0_gcse-patch", |
| 99 | + "postbuild:production": "npm run _hugo-0_139_0_gcse-patch", |
97 | 100 | "schemas:update": "npm run update:submodule content-modules/opentelemetry-specification",
|
98 | 101 | "seq": "bash -c 'for cmd in \"$@\"; do npm run $cmd || exit 1; done' - ",
|
99 | 102 | "serve:hugo": "npm run _serve:hugo -- --renderToMemory",
|
|
139 | 142 | "@opentelemetry/resources": "^1.28.0",
|
140 | 143 | "@opentelemetry/sdk-trace-base": "^1.28.0",
|
141 | 144 | "@opentelemetry/sdk-trace-web": "^1.28.0",
|
142 |
| - "@opentelemetry/semantic-conventions": "^1.27.0", |
| 145 | + "@opentelemetry/semantic-conventions": "^1.28.0", |
143 | 146 | "path": "^0.12.7"
|
144 | 147 | },
|
145 | 148 | "optionalDependencies": {
|
|
0 commit comments