diff --git a/packages/runtime/package.json b/packages/runtime/package.json index 6f96d88..4c599b6 100644 --- a/packages/runtime/package.json +++ b/packages/runtime/package.json @@ -18,7 +18,8 @@ "scripts": { "build": "vp pack", "dev": "vp pack --watch", - "test": "vp test", + "test": "vp run test:integration", + "test:integration": "vp test", "check:type": "tsc --noEmit", "prepublishOnly": "vp run build" }, diff --git a/packages/testing/package.json b/packages/testing/package.json index 059661a..a17bbfe 100644 --- a/packages/testing/package.json +++ b/packages/testing/package.json @@ -17,7 +17,8 @@ "scripts": { "build": "vp pack", "dev": "vp pack --watch", - "test": "vp test", + "test": "vp run test:integration", + "test:integration": "vp test", "check:type": "tsc --noEmit", "prepublishOnly": "vp run build" },