summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 69049c755..16c653fc0 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": [