|
19 | 19 | "@playwright/test": "^1.21.0",
|
20 | 20 | "@rollup/plugin-replace": "^4.0.0",
|
21 | 21 | "@types/amphtml-validator": "^1.0.1",
|
| 22 | + "@types/connect": "^3.4.35", |
22 | 23 | "@types/cookie": "^0.5.0",
|
23 | 24 | "@types/marked": "^4.0.1",
|
24 | 25 | "@types/mime": "^2.0.3",
|
|
64 | 65 | "dev": "rollup -cw",
|
65 | 66 | "lint": "eslint --ignore-path .gitignore --ignore-pattern \"src/packaging/test/**\" \"{src,test}/**/*.{ts,mjs,js,svelte}\" && npm run check-format",
|
66 | 67 | "check": "tsc",
|
67 |
| - "check:all": "tsc && pnpm run -r check --filter ./", |
| 68 | + "check:all": "tsc && pnpm -r --filter=\"./**\" check", |
68 | 69 | "format": "npm run check-format -- --write",
|
69 | 70 | "check-format": "prettier --check . --config ../../.prettierrc --ignore-path .gitignore",
|
70 | 71 | "prepublishOnly": "npm run build",
|
71 | 72 | "test": "npm run test:unit && npm run test:typings && npm run test:packaging && npm run test:integration",
|
72 |
| - "test:integration": "pnpm run -r test --workspace-concurrency 1 --filter ./test", |
| 73 | + "test:integration": "pnpm run -r --workspace-concurrency 1 --filter=\"./test/**\" test", |
73 | 74 | "test:unit": "uvu src \"(spec\\.js|test[\\\\/]index\\.js)\" -i packaging",
|
74 | 75 | "test:typings": "tsc --project test/typings",
|
75 | 76 | "test:packaging": "uvu src/packaging \"(spec\\.js|test[\\\\/]index\\.js)\"",
|
|
0 commit comments