We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a62fcf commit 0baca09Copy full SHA for 0baca09
package.json
@@ -131,7 +131,7 @@
131
"lint": "run-p \"lint:* {@}\" --",
132
"lint:eslint": "eslint --flag unstable_ts_config .",
133
"lint:prettier": "prettier . --check",
134
- "test": "pnpm test:unit && pnpm test:e2e",
+ "test": "pnpm build && pnpm test:unit && pnpm test:e2e",
135
"test:e2e": "pnpm check-install && vitest -c ./vitest.e2e.config.ts run",
136
"test:e2e:rollup": "pnpm --filter @intlify/rollup-plugin-vue-i18n test:e2e",
137
"test:e2e:vite": "pnpm --filter @intlify/vite-plugin-vue-i18n test:e2e",
0 commit comments