diff --git a/package.json b/package.json index 318bd21..b53a584 100644 --- a/package.json +++ b/package.json @@ -4,10 +4,9 @@ "private": true, "type": "module", "scripts": { - "ready": "vp check && vp run -r test && vp run build", + "ready": "vp check && vp test && vp run build", "dev": "vp run playground#dev", "build": "vp run --filter \"!@inkwell/playground\" --filter \"@inkwell/*\" build", - "test": "vp test", "prepare": "vp config" }, "devDependencies": {