Merge pull request 'chore: use proman test instead of vitest run' (#75) from chore/proman-test-script into main

chore: use proman test instead of vitest run (#75)
This commit was merged in pull request #75.
This commit is contained in:
2026-06-04 01:57:23 +00:00
+1 -1
View File
@@ -13,7 +13,7 @@
},
"scripts": {
"build": "proman build",
"test": "vitest run",
"test": "proman test",
"check": "proman check",
"format": "proman format"
},