Skip to content

Commit 0baca09

Browse files
committed
test: build before tests
1 parent 0a62fcf commit 0baca09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
"lint": "run-p \"lint:* {@}\" --",
132132
"lint:eslint": "eslint --flag unstable_ts_config .",
133133
"lint:prettier": "prettier . --check",
134-
"test": "pnpm test:unit && pnpm test:e2e",
134+
"test": "pnpm build && pnpm test:unit && pnpm test:e2e",
135135
"test:e2e": "pnpm check-install && vitest -c ./vitest.e2e.config.ts run",
136136
"test:e2e:rollup": "pnpm --filter @intlify/rollup-plugin-vue-i18n test:e2e",
137137
"test:e2e:vite": "pnpm --filter @intlify/vite-plugin-vue-i18n test:e2e",

0 commit comments

Comments
 (0)