remove sub-format script
This commit is contained in:
parent
f1fe14efda
commit
af15798558
1 changed files with 1 additions and 2 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue