|
73 | 73 | "build:types": "run-s typecheck", |
74 | 74 | "lint": "eslint .", |
75 | 75 | "lint:fix": "eslint --fix .", |
76 | | - "test": "run-p test:build test:unit", |
| 76 | + "test": "run-p test:build test:error-repros test:unit", |
77 | 77 | "test:build": "run-p test:build:*", |
78 | 78 | "test:build:react": "pnpm -C ./examples/react run build", |
79 | 79 | "test:build:vanilla": "pnpm -C ./examples/vanilla run build", |
80 | 80 | "test:build:vue": "pnpm -C ./examples/vue run build", |
81 | 81 | "test:dev:react": "pnpm -C ./examples/react run dev", |
82 | 82 | "test:dev:vanilla": "pnpm -C ./examples/vanilla run dev", |
83 | 83 | "test:dev:vue": "pnpm -C ./examples/vue run dev", |
| 84 | + "test:error-repros": "run-p test:error-repros:*", |
| 85 | + "test:error-repros:vite-scan-buffer-import-error": "pnpm --filter vite-scan-buffer-import-error test", |
84 | 86 | "test:unit": "vitest run --dir ./test", |
85 | 87 | "typecheck": "run-p typecheck:*", |
86 | 88 | "typecheck:core": "tsc", |
|
111 | 113 | "vite-plugin-externalize-deps": "^0.1.5", |
112 | 114 | "vite-plugin-inspect": "^0.7.42", |
113 | 115 | "vite-plugin-node-polyfills": "workspace:*", |
114 | | - "vitest": "^1.1.0" |
| 116 | + "vitest": "^1.2.2" |
115 | 117 | }, |
116 | 118 | "publishConfig": { |
117 | 119 | "access": "public" |
|
0 commit comments