We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a78ce3c commit 3d29001Copy full SHA for 3d29001
packages/astro/scripts/build.js
@@ -36,5 +36,5 @@ if (existsSync('./dist/default')) {
36
// copy default folder unmodified
37
await cp('./src/default', './dist/default', { recursive: true });
38
39
-// remove tests files
+// remove test files
40
await glob('./dist/default/**/*.spec.ts').then((testFiles) => Promise.all(testFiles.map((testFile) => rm(testFile))));
0 commit comments