Skip to content

Commit c5b30fe

Browse files
authored
Merge branch 'master' into dependabot/npm_and_yarn/multi-c22e25d29b
2 parents fb45879 + 78a6b7a commit c5b30fe

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)