chore: add build to check command

pull/672/head
Kia King Ishii 2 years ago
parent a491fe20e4
commit f21e9b021e

@ -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",

Loading…
Cancel
Save