mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
TEMP: skip create-astro tests
This commit is contained in:
parent
9e7a1cbd7f
commit
191186af43
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
"dev:vscode": "lerna run dev --scope astro-languageserver --scope astro-vscode --scope astro-parser --parallel --stream",
|
||||
"format": "prettier -w \"**/*.{js,jsx,ts,tsx,md,json}\"",
|
||||
"lint": "eslint \"packages/**/*.ts\"",
|
||||
"test": "lerna run test --scope astro --scope create-astro --stream",
|
||||
"test": "lerna run test --scope astro --stream",
|
||||
"test:core": "yarn workspace astro run test"
|
||||
},
|
||||
"workspaces": [
|
||||
|
|
Loading…
Reference in a new issue