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 343552e commit 0addff5Copy full SHA for 0addff5
astro-portabletext/scripts/ci.sh
@@ -2,3 +2,4 @@
2
pnpm check || exit $? # Check for Astro errors
3
pnpm test:lib || exit $?
4
pnpm test:component || exit $?
5
+rm -rf components/src || exit $?
0 commit comments