diff --git a/package.json b/package.json index 50e9c534..b555c4eb 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "lint-fail": "pnpm run format-fail", "test": "vitest -r __tests__", "test-run": "vitest run -r __tests__", - "check": "run-s lint test-run", + "check": "run-s lint test-run build", "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s", "release": "node scripts/release.js", "docs": "run-p dev docs-dev",