diff options
author | 2021-07-08 10:56:08 -0500 | |
---|---|---|
committer | 2021-07-08 10:56:08 -0500 | |
commit | 6287ec2b8e4aa844877f5b97d726105f90afd51f (patch) | |
tree | 034be4e5f70ba8f0b92b47919cac7498237df97c | |
parent | f841d57d2a072918a4979f3d3b33b980a34479dd (diff) | |
download | astro-6287ec2b8e4aa844877f5b97d726105f90afd51f.tar.gz astro-6287ec2b8e4aa844877f5b97d726105f90afd51f.tar.zst astro-6287ec2b8e4aa844877f5b97d726105f90afd51f.zip |
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>
-rw-r--r-- | package.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package.json b/package.json index b68d1596b..f13d76dd7 100644 --- a/package.json +++ b/package.json @@ -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": [ |