Skip to content

Commit 4799a2b

Browse files
committed
update scripts
1 parent a1c68af commit 4799a2b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

bin/all_check

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ echo "===> Running ESLint"
2323
echo "===> Running CSpell Spellcheck"
2424
bin/spellcheck
2525

26-
echo "===> Running all tests (unit + Rails integration)"
27-
bin/all_tests
28-
2926
echo "===> Running TypeScript tests"
3027
(cd site && npm test)
3128

29+
echo "===> Running Ruby and Integration tests"
30+
bin/all_tests
31+
3232
echo "All checks passed! ✅"

bin/all_write

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ echo "===> Running ESLint"
2323
echo "===> Running CSpell Spellcheck"
2424
bin/spellcheck
2525

26-
echo "===> Running Ruby tests"
27-
bin/test
28-
2926
echo "===> Running TypeScript tests"
3027
(cd site && npm test)
3128

29+
echo "===> Running Ruby and Integration tests"
30+
bin/all_tests
31+
3232
echo "All checks passed! ✅"

0 commit comments

Comments
 (0)