diff --git a/seeds/core-kit/package.json b/seeds/core-kit/package.json index 56af2cde..10b612f8 100644 --- a/seeds/core-kit/package.json +++ b/seeds/core-kit/package.json @@ -8,7 +8,6 @@ "types": "dist/src/index.d.ts", "type": "module", "scripts": { - "test": "FORCE_COLOR=1 ava", "build": "FORCE_COLOR=1 tsc --b", "watch": "FORCE_COLOR=1 tsc --b --watch", "lint": "FORCE_COLOR=1 eslint . --ext .ts"