From f21e9b021eb4bb0285aa59526db41ff37318fdc9 Mon Sep 17 00:00:00 2001 From: Kia King Ishii Date: Sat, 28 May 2022 03:28:26 +0900 Subject: [PATCH] chore: add build to check command --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",