summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--docs/package.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/package.json b/docs/package.json
index 4b447a5be..cfe4b35e8 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",