fix: format
This commit is contained in:
parent
495ee7d4ae
commit
06edbd1aad
2 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
**/dist
|
**/dist
|
||||||
**/node_modules
|
**/node_modules
|
||||||
**/fixtures
|
**/fixtures
|
||||||
./README.md
|
**/.vercel
|
||||||
|
README.md
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
"build:core": "lerna run build --scope astro --scope astro-parser --scope create-astro",
|
"build:core": "lerna run build --scope astro --scope astro-parser --scope create-astro",
|
||||||
"build:vscode": "lerna run build --scope astro-languageserver --scope astro-vscode",
|
"build:vscode": "lerna run build --scope astro-languageserver --scope astro-vscode",
|
||||||
"dev:vscode": "lerna run dev --scope astro-languageserver --scope astro-vscode --parallel --stream",
|
"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'",
|
"lint": "eslint 'packages/**/*.ts'",
|
||||||
"test": "yarn test:core && yarn test:prettier",
|
"test": "yarn test:core && yarn test:prettier",
|
||||||
"test:core": "cd packages/astro && npm test",
|
"test:core": "cd packages/astro && npm test",
|
||||||
|
|
Loading…
Reference in a new issue