mirror of
https://github.com/withastro/astro.git
synced 2024-12-30 22:03:56 -05:00
3007d24c98
* chore: Migrate All packages/create-astro/test to node:test * Some minor fix * Requested Changes done * Reopen * Apply suggestions from code review * let's test with concurrency * chore: fix possible false positive tests * todo test * skip tests * Apply suggestions from code review --------- Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
9 lines
182 B
JSON
9 lines
182 B
JSON
{
|
|
"name": "@test/create-astro-not-empty",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro check && astro build",
|
|
"preview": "astro preview"
|
|
}
|
|
}
|