Skip to content

Commit

Permalink
chore: fix check command
Browse files Browse the repository at this point in the history
  • Loading branch information
kiaking committed Oct 31, 2022
1 parent 84b4abc commit 3ed0f42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"test-build": "VITE_TEST_BUILD=1 vitest run -c vitest.config.e2e.ts",
"debug-serve": "VITE_DEBUG_SERVE=1 vitest run -c vitest.config.e2e.ts",
"debug-build": "VITE_TEST_BUILD=1 VITE_PRESERVE_BUILD_ARTIFACTS=1 vitest run -c vitest.config.e2e.ts",
"check": "run-s lint test-run docs-build",
"check": "run-s lint test-unit docs-build",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"release": "node scripts/release.js",
"docs": "run-p dev docs-dev",
Expand Down

0 comments on commit 3ed0f42

Please sign in to comment.