0
Fork 0
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:
Nate Moore 2021-05-26 18:52:53 -05:00
parent 9e7a1cbd7f
commit 191186af43

View file

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