diff --git a/package.json b/package.json index 69049c7553..16c653fc06 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "dev:vscode": "lerna run dev --scope astro-languageserver --scope astro-vscode --scope astro-parser --parallel --stream", "format": "prettier -w \"**/*.{js,jsx,ts,tsx,md,json}\"", "lint": "eslint \"packages/**/*.ts\"", - "test": "lerna run test --scope astro --scope create-astro --stream", + "test": "lerna run test --scope astro --stream", "test:core": "yarn workspace astro run test" }, "workspaces": [