|
1 | 1 | {
|
2 |
| - "spelling": "cSpell:ignore docsy elemetry HTMLTEST hugo loglevel netlify nowrap prebuild precheck preinstall postbuild postget refcache textlint -", |
| 2 | + "spelling": "cSpell:ignore docsy elemetry htmltest hugo loglevel netlify nowrap prebuild precheck preinstall postbuild postget refcache textlint -", |
3 | 3 | "Notes": [
|
4 | 4 | "The 'all' runs _all_ named scripts in sequence, even if one fails; and exits with failure in that case."
|
5 | 5 | ],
|
|
75 | 75 | "install:netlify-cli": "npm list netlify-cli || npm install netlify-cli",
|
76 | 76 | "log:check:links": "npm run check:links | tee tmp/build-log.txt",
|
77 | 77 | "make:public": "make public ls-public",
|
| 78 | + "netlify-build:preview": "npm run seq -- build:preview diff:check", |
| 79 | + "netlify-build:production": "npm run build:production", |
78 | 80 | "postbuild:preview": "npm run _check:links--warn",
|
79 | 81 | "postbuild:production": "npm run _check:links--warn",
|
80 | 82 | "postget:submodule": "git submodule",
|
| 83 | + "postnetlify-build:production": "git restore .htmltest.yml && npm run diff:check", |
81 | 84 | "prebuild:preview": "npm run _prebuild",
|
82 | 85 | "prebuild:production": "npm run _prebuild",
|
83 | 86 | "prebuild": "npm run _prebuild",
|
84 | 87 | "precheck:links:internal": "npm run build",
|
85 | 88 | "precheck:links": "npm run build",
|
| 89 | + "prefix:submodules": "npm run update:submodule", |
| 90 | + "prenetlify-build:production": "echo 'IgnoreTagAttribute: rel' >> .htmltest.yml", |
86 | 91 | "prepare": "npm run seq -- get:submodule _prepare:docsy",
|
87 | 92 | "preserve:hugo": "npm run _prebuild",
|
88 | 93 | "preserve:netlify": "npm run seq -- _prebuild install:netlify-cli",
|
89 |
| - "prefix:submodules": "npm run update:submodule", |
90 | 94 | "schemas:update": "npm run update:submodule content-modules/opentelemetry-specification",
|
91 | 95 | "seq": "bash -c 'for cmd in \"$@\"; do npm run $cmd || exit 1; done' - ",
|
92 | 96 | "serve:hugo": "npm run _serve:hugo -- --renderToMemory",
|
|
0 commit comments