summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--package.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/package.json b/package.json
index b68d1596b..f13d76dd7 100644
--- a/package.json
+++ b/package.json
@@ -17,8 +17,7 @@
"dev:vscode": "lerna run dev --scope astro-languageserver --scope astro-vscode --scope @astrojs/parser --parallel --stream",
"format": "prettier -w \"**/*.{js,jsx,ts,tsx,md,json}\"",
"lint": "eslint \"packages/**/*.ts\"",
- "test": "lerna run test --scope astro --scope prettier-plugin-astro --stream",
- "test:core": "yarn workspace astro run test",
+ "test": "yarn workspace astro run test",
"test:templates": "lerna run test --scope create-astro --stream"
},
"workspaces": [