remove sub-format script

This commit is contained in:
Fred K. Schott 2021-07-15 16:13:39 -04:00
parent f1fe14efda
commit af15798558

View file

@ -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",