summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 61db72441..9a29a7a13 100644
--- a/package.json
+++ b/package.json
@@ -8,8 +8,8 @@
"build:core": "lerna run build --scope astro --scope astro-parser --scope create-astro",
"build:vscode": "lerna run build --scope astro-languageserver --scope astro-vscode --scope astro-parser",
"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'",
+ "format": "prettier -w \"**/*.{js,jsx,ts,tsx,md,json}\"",
+ "lint": "eslint \"packages/**/*.ts\"",
"test": "yarn test:core && yarn test:prettier",
"test:core": "cd packages/astro && npm test",
"test:prettier": "cd tools/prettier-plugin-astro && npm test"