fix: format

This commit is contained in:
Nate Moore 2021-05-13 14:28:38 -05:00
parent 495ee7d4ae
commit 06edbd1aad
2 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
**/dist
**/node_modules
**/fixtures
./README.md
**/.vercel
README.md

View file

@ -8,7 +8,7 @@
"build:core": "lerna run build --scope astro --scope astro-parser --scope create-astro",
"build:vscode": "lerna run build --scope astro-languageserver --scope astro-vscode",
"dev:vscode": "lerna run dev --scope astro-languageserver --scope astro-vscode --parallel --stream",
"format": "prettier -w '**/*.{js,jsx,ts,tsx,md,json,astro}'",
"format": "prettier -w '**/*.{js,jsx,ts,tsx,md,json}'",
"lint": "eslint 'packages/**/*.ts'",
"test": "yarn test:core && yarn test:prettier",
"test:core": "cd packages/astro && npm test",