Skip to content

Commit 3d29001

Browse files
Nemikolhd3lm
andauthored
Update packages/astro/scripts/build.js
Co-authored-by: Dominic Elm <[email protected]>
1 parent a78ce3c commit 3d29001

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/astro/scripts/build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ if (existsSync('./dist/default')) {
3636
// copy default folder unmodified
3737
await cp('./src/default', './dist/default', { recursive: true });
3838

39-
// remove tests files
39+
// remove test files
4040
await glob('./dist/default/**/*.spec.ts').then((testFiles) => Promise.all(testFiles.map((testFile) => rm(testFile))));

0 commit comments

Comments
 (0)