Skip to content

Commit 78a6b7a

Browse files
authored
Clean up validate script (#63)
1 parent a7a5987 commit 78a6b7a

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

scripts/validate.sh

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,8 @@
22

33
set -e
44
npm run build
5-
if [[ -n $(git status --porcelain) ]]; then
6-
echo "❌ Error: There are uncommitted changes in the working directory."
7-
git status
8-
exit 1
9-
fi
5+
git status --porcelain
106
npm run test
117
npm run format:check
128

13-
echo "✅ Validation successful!"
9+
echo "✅ Validation successful!"

0 commit comments

Comments
 (0)