|
15 | 15 | "prebundle": "nx run-many -t prebundle", |
16 | 16 | "prepare": "pnpm run build && simple-git-hooks", |
17 | 17 | "sort-package-json": "npx sort-package-json \"packages/*/package.json\"", |
18 | | - "test": "pnpm run test:unit && pnpm run test:integration && pnpm run test:e2e", |
| 18 | + "test": "pnpm run test:unit && pnpm run test:integration && pnpm run test:integration:advanced-esm && pnpm run test:e2e", |
19 | 19 | "test:benchmark": "cd ./tests && pnpm run test:benchmark", |
20 | 20 | "test:e2e": "pnpm run build:examples && cd tests && pnpm run test:e2e", |
21 | | - "test:ecosystem-ci": "pnpm run test:unit && cross-env ECO_CI=1 pnpm run test:integration && pnpm run test:e2e", |
| 21 | + "test:ecosystem-ci": "pnpm run test:unit && cross-env ECO_CI=1 pnpm run test:integration && cross-env ECO_CI=1 pnpm run test:integration:advanced-esm && pnpm run test:e2e", |
22 | 22 | "test:integration": "rstest run --project integration", |
| 23 | + "test:integration:advanced-esm": "cross-env ADVANCED_ESM=1 rstest run --project integration", |
23 | 24 | "test:unit": "rstest run --project unit*", |
24 | | - "testu": "pnpm run test:unit -u && pnpm run test:integration -u", |
| 25 | + "testu": "pnpm run test:unit -u && pnpm run test:integration -u && pnpm test:integration:advanced-esm -u", |
25 | 26 | "type-check": "pnpm -r run type-check", |
26 | 27 | "update:rsbuild": "npx taze minor --include /rsbuild/ -w -r -l", |
27 | 28 | "watch": "pnpm build --watch" |
|
0 commit comments