From 06edbd1aad794408d697fb40c7d2f9691eb9fa15 Mon Sep 17 00:00:00 2001 From: Nate Moore Date: Thu, 13 May 2021 14:28:38 -0500 Subject: [PATCH] fix: format --- .prettierignore | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.prettierignore b/.prettierignore index 96fa4882b9..d903b39f10 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,5 +1,5 @@ **/dist **/node_modules **/fixtures -./README.md - +**/.vercel +README.md diff --git a/package.json b/package.json index 3adb7787ae..889d9791eb 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "build:core": "lerna run build --scope astro --scope astro-parser --scope create-astro", "build:vscode": "lerna run build --scope astro-languageserver --scope astro-vscode", "dev:vscode": "lerna run dev --scope astro-languageserver --scope astro-vscode --parallel --stream", - "format": "prettier -w '**/*.{js,jsx,ts,tsx,md,json,astro}'", + "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",