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:
Caleb Jasik 2021-07-08 10:56:08 -05:00 committed by GitHub
parent f841d57d2a
commit 6287ec2b8e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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": [