diff --git a/package.json b/package.json index 738b83f..85485c2 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,9 @@ ], "scripts": { "unit": "uvu . '\\.test\\.js$'", - "test": "c8 pnpm unit && eslint ." + "test:coverage": "c8 pnpm unit", + "test:lint": "eslint .", + "test": "pnpm run /^test:/" }, "author": "Andrey Sitnik ", "license": "MIT",