summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Fred K. Schott <fkschott@gmail.com> 2021-07-15 16:13:39 -0400
committerGravatar Fred K. Schott <fkschott@gmail.com> 2021-07-15 16:13:39 -0400
commitaf1579855823b19bf118c0e3ea78592ca480b7e5 (patch)
tree401328623841c0ed147d530ec8506afc3e1d091c
parentf1fe14efda1f689f7431aa683f749029ca2f0a53 (diff)
downloadastro-af1579855823b19bf118c0e3ea78592ca480b7e5.tar.gz
astro-af1579855823b19bf118c0e3ea78592ca480b7e5.tar.zst
astro-af1579855823b19bf118c0e3ea78592ca480b7e5.zip
remove sub-format script
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",