Skip to content

Commit 0addff5

Browse files
committed
fix(script): add clean up script
Removes `src/env.d.ts` which `Astro` adds during `astro check`
1 parent 343552e commit 0addff5

File tree

1 file changed

+1
-0
lines changed
  • astro-portabletext/scripts

1 file changed

+1
-0
lines changed

astro-portabletext/scripts/ci.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
pnpm check || exit $? # Check for Astro errors
33
pnpm test:lib || exit $?
44
pnpm test:component || exit $?
5+
rm -rf components/src || exit $?

0 commit comments

Comments
 (0)