Remove prettier-plugin-astro
from root package.json (#624)
* Remove `prettier-plugin-astro` from `yarn test` while it is outside the monorepo. * Apply suggestions from code review Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
This commit is contained in:
parent
f841d57d2a
commit
6287ec2b8e
1 changed files with 1 additions and 2 deletions
|
@ -17,8 +17,7 @@
|
|||
"dev:vscode": "lerna run dev --scope astro-languageserver --scope astro-vscode --scope @astrojs/parser --parallel --stream",
|
||||
"format": "prettier -w \"**/*.{js,jsx,ts,tsx,md,json}\"",
|
||||
"lint": "eslint \"packages/**/*.ts\"",
|
||||
"test": "lerna run test --scope astro --scope prettier-plugin-astro --stream",
|
||||
"test:core": "yarn workspace astro run test",
|
||||
"test": "yarn workspace astro run test",
|
||||
"test:templates": "lerna run test --scope create-astro --stream"
|
||||
},
|
||||
"workspaces": [
|
||||
|
|
Loading…
Reference in a new issue