diff --git a/docs/package.json b/docs/package.json index 4b447a5be6..cfe4b35e8d 100644 --- a/docs/package.json +++ b/docs/package.json @@ -8,8 +8,7 @@ "lint": "run-p --aggregate-output lint:linkcheck", "lint:linkcheck": "start-test 'yarn start --silent' 3000 'yarn lint:linkcheck:local'", "lint:linkcheck:local": "blc -ro --user-agent 'broken-link-checker/0.7.8' 'http://localhost:3000'", - "lint:linkcheck:remote": "blc -ro --user-agent 'broken-link-checker/0.7.8' 'https://astro-docs-preview.vercel.app/'", - "format": "prettier -w \"**/*.{css,js,jsx,ts,tsx,md,json}\"" + "lint:linkcheck:remote": "blc -ro --user-agent 'broken-link-checker/0.7.8' 'https://astro-docs-preview.vercel.app/'" }, "devDependencies": { "@snowpack/plugin-dotenv": "^2.1.0",