|
3 | 3 | "version": "1.0.0-SNAPSHOT",
|
4 | 4 | "license": "Apache-2.0",
|
5 | 5 | "scripts": {
|
6 |
| - "build": "run-s -l build:hugo build:sitemap build:htaccess build:minify", |
| 6 | + "build": "run-s build:hugo build:sitemap build:htaccess build:minify", |
7 | 7 | "build-all": "yarn workspaces foreach --topological-dev run build",
|
8 |
| - "build:antora": "run-s -l build:antora-prep build:antora-perf", |
| 8 | + "build:antora": "run-s build:antora-prep build:antora-perf", |
9 | 9 | "build:antora-prep": "yarn exec antora-playbook-snippets/assemble-playbook.sh antora-playbook-production.yml playbook-export-site-manifest.yml",
|
10 | 10 | "build:antora-perf": "antora --clean --fetch antora-playbook-production.yml --stacktrace",
|
11 | 11 | "build:hugo": "hugo --cacheDir ${HUGO_CACHE_DIR:-$(pwd)/.hugo_data} ${HUGO_OPTIONS:-}",
|
|
15 | 15 | "check:html": "html-validate public",
|
16 | 16 | "check:links": "deadlinks-linux public",
|
17 | 17 | "check:redirects": "tests/redirect.sh -s",
|
18 |
| - "checks": "run-s -l check:links check:html check:redirects", |
| 18 | + "checks": "run-s check:links check:html check:redirects", |
19 | 19 | "clean": "gulp clean",
|
20 | 20 | "check:dependencies": "run-p check:cache check:dedupe",
|
21 | 21 | "check:cache": "yarn workspaces foreach install --immutable --immutable-cache --check-cache",
|
22 | 22 | "check:dedupe": "yarn workspaces foreach dedupe --check",
|
23 |
| - "update:dependencies": "run-s -l update:dedupe update:cache", |
| 23 | + "update:dependencies": "run-s update:dedupe update:cache", |
24 | 24 | "update:cache": "yarn workspaces foreach install --check-cache",
|
25 | 25 | "update:dedupe": "yarn workspaces foreach dedupe",
|
26 |
| - "preview": "run-s -l preview:antora preview:hugo", |
| 26 | + "preview": "run-s preview:antora preview:hugo", |
27 | 27 | "preview:antora": "antora --clean --fetch antora-playbook.yml",
|
28 | 28 | "preview:hugo": "hugo server -D",
|
29 | 29 | "preview:netlify": "netlify deploy --dir public",
|
|
0 commit comments