diff options
Diffstat (limited to 'packages/create-astro/package.json')
-rw-r--r-- | packages/create-astro/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/create-astro/package.json b/packages/create-astro/package.json index b4cc2a7e9..23dbde044 100644 --- a/packages/create-astro/package.json +++ b/packages/create-astro/package.json @@ -11,7 +11,7 @@ "scripts": { "build": "astro-scripts build \"src/*.ts\"", "prepare": "yarn build", - "test": "uvu -i test/fixtures" + "test": "rm -rf test/fixtures && mkdir test/fixtures && node --unhandled-rejections=strict test/create-astro.test.js" }, "files": [ "dist", |