|
12 | 12 | "dev": "npm-run-all --parallel dev:img dev:astro dev:watch",
|
13 | 13 | "dev:img": "node ./src/themes/octopus/utilities/img.mjs",
|
14 | 14 | "dev:astro": "astro dev",
|
15 |
| - "dev:watch": "pnpm watch", |
| 15 | + "dev:watch": "onchange 'src/**/*.{js,mjs,ts,astro,css}' 'public/docs/js/**/*.js' 'public/docs/css/**/*.css' -- prettier --write --plugin=prettier-plugin-astro {{changed}}", |
| 16 | + "astro": "astro", |
| 17 | + "build": "astro build", |
16 | 18 | "crawl": "linkinator ./dist --skip \"^(?!http://localhost)\" --recurse --verbosity error",
|
17 |
| - "test": "astro build && npx playwright install --with-deps && npx playwright test", |
| 19 | + "format": "prettier --write --plugin=prettier-plugin-astro 'src/**/*.{js,mjs,ts,astro,css}' 'public/docs/js/**/*.js' 'public/docs/css/**/*.css'", |
| 20 | + "preview": "astro preview", |
18 | 21 | "spellcheck": "git fetch origin main:refs/remotes/origin/main && git diff origin/main --name-only --diff-filter=ACMRTUXB | cspell --no-must-find-files --file-list stdin",
|
19 | 22 | "spellcheck-all": "cspell \"**/*.{md,mdx}\"",
|
20 |
| - "build": "astro build", |
21 |
| - "preview": "astro preview", |
22 |
| - "astro": "astro", |
23 |
| - "css": "robocopy ./public/docs/css/ ./dist/docs/css/ /mir && robocopy ./public/docs/js/ ./dist/docs/js/ /mir", |
24 |
| - "format": "prettier --write --plugin=prettier-plugin-astro 'src/**/*.{js,mjs,ts,astro,css}' 'public/docs/js/**/*.js' 'public/docs/css/**/*.css'", |
25 |
| - "watch": "onchange 'src/**/*.{js,mjs,ts,astro,css}' 'public/docs/js/**/*.js' 'public/docs/css/**/*.css' -- prettier --write --plugin=prettier-plugin-astro {{changed}}", |
26 |
| - "thin": "node ./src/themes/octopus/utilities/dist-thinner.mjs" |
| 23 | + "thin": "node ./src/themes/octopus/utilities/dist-thinner.mjs", |
| 24 | + "test": "astro build && npx playwright install --with-deps && npx playwright test", |
| 25 | + "watch": "onchange 'src/**/*.{js,mjs,ts,astro,css}' 'public/docs/js/**/*.js' 'public/docs/css/**/*.css' -- prettier --write --plugin=prettier-plugin-astro {{changed}}" |
27 | 26 | },
|
28 | 27 | "dependencies": {
|
29 |
| - "@astrojs/mdx": "^4.3.3", |
30 |
| - "astro": "^5.12.9", |
31 |
| - "astro-accelerator-utils": "^0.3.50", |
| 28 | + "@astrojs/mdx": "^4.3.4", |
| 29 | + "astro": "^5.13.5", |
| 30 | + "astro-accelerator-utils": "^0.3.53", |
32 | 31 | "cspell": "^8.19.4",
|
33 | 32 | "glob": "^11.0.3",
|
34 | 33 | "gray-matter": "^4.0.3",
|
|
42 | 41 | "sharp": "^0.33.5"
|
43 | 42 | },
|
44 | 43 | "devDependencies": {
|
45 |
| - "@pnpm/exe": "^10.14.0", |
46 |
| - "@playwright/test": "^1.54.2", |
| 44 | + "@playwright/test": "^1.55.0", |
| 45 | + "@pnpm/exe": "^10.13.1", |
47 | 46 | "csv-parse": "^5.6.0",
|
48 | 47 | "npm-run-all": "^4.1.5",
|
49 | 48 | "onchange": "^7.1.0",
|
|
0 commit comments