|
11 | 11 | "scripts": { |
12 | 12 | "build": "pnpm -r run build", |
13 | 13 | "bump": "pnpm exec ncu -u && pnpm -r exec ncu -u && typesync --ignoredeps=dev && pnpm update", |
14 | | - "clean": "shx rm -rf ./packages/*/dist/", |
| 14 | + "clean": "shx rm -rf ./packages/*/dist/ ./test/dist/ ./test/.astro", |
15 | 15 | "doc": "shx rm -rf packages/*/README.md && pnpm -r exec readme --path ../../dev/readme/template.md -y && pnpm -r exec ts-readme", |
16 | 16 | "format": "prettier --write .", |
17 | 17 | "lint": "eslint . --fix", |
18 | 18 | "prepare": "pnpm run build", |
19 | 19 | "publish": "pnpm -r publish", |
20 | | - "test": "run-p test.cspell test.lint", |
| 20 | + "test": "run-p test.cspell test.lint && run-s test.posthtml test.htmlnano", |
21 | 21 | "test.cspell": "cspell lint --no-progress --show-suggestions", |
22 | 22 | "test.format": "prettier . --check", |
23 | | - "test.lint": "eslint ." |
| 23 | + "test.htmlnano": "run-s clean build && cd test && cross-env NODE_ENV=production TEST=htmlnano pnpm build", |
| 24 | + "test.lint": "eslint .", |
| 25 | + "test.posthtml": "run-s clean build && cd test && cross-env NODE_ENV=production TEST=posthtml pnpm build" |
24 | 26 | }, |
25 | 27 | "prettier": "prettier-config-atomic", |
26 | 28 | "devDependencies": { |
27 | | - "@types/node": "^20.11.30", |
28 | | - "cspell": "^8.6.0", |
29 | | - "eslint": "^8.57.0", |
30 | | - "eslint-config-atomic": "^1.21.2", |
31 | | - "npm-check-updates": "^16.14.17", |
32 | | - "npm-run-all2": "^6.1.2", |
33 | | - "prettier": "3.2.5", |
34 | | - "prettier-config-atomic": "^4.0.0", |
35 | | - "readme-md-generator": "^1.0.0", |
36 | | - "shx": "^0.3.4", |
37 | | - "ts-readme": "^1.1.3", |
38 | | - "typescript": "^5.4.3", |
39 | | - "typesync": "^0.12.1" |
| 29 | + "@types/node": "22.13.14", |
| 30 | + "cross-env": "^7.0.3", |
| 31 | + "cspell": "8.18.0", |
| 32 | + "eslint": "^8", |
| 33 | + "eslint-config-atomic": "1.22.1", |
| 34 | + "npm-check-updates": "17.1.16", |
| 35 | + "npm-run-all2": "7.0.2", |
| 36 | + "prettier": "3.5.3", |
| 37 | + "prettier-config-atomic": "4.0.0", |
| 38 | + "readme-md-generator": "1.0.0", |
| 39 | + "shx": "0.4.0", |
| 40 | + "ts-readme": "1.1.3", |
| 41 | + "typescript": "5.8.2", |
| 42 | + "typesync": "0.14.1" |
40 | 43 | }, |
41 | 44 | "engines": { |
42 | 45 | "node": ">=16" |
|
60 | 63 | "relative-attribute", |
61 | 64 | "attribute" |
62 | 65 | ], |
63 | | - "packageManager": "pnpm@9.12.1", |
| 66 | + "packageManager": "pnpm@10.7.0", |
64 | 67 | "packages": [ |
65 | 68 | "./packages/*" |
66 | 69 | ] |
|
0 commit comments