File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ echo "===> Running ESLint"
2323echo " ===> Running CSpell Spellcheck"
2424bin/spellcheck
2525
26- echo " ===> Running all tests (unit + Rails integration)"
27- bin/all_tests
28-
2926echo " ===> Running TypeScript tests"
3027(cd site && npm test)
3128
29+ echo " ===> Running Ruby and Integration tests"
30+ bin/all_tests
31+
3232echo " All checks passed! ✅"
Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ echo "===> Running ESLint"
2323echo " ===> Running CSpell Spellcheck"
2424bin/spellcheck
2525
26- echo " ===> Running Ruby tests"
27- bin/test
28-
2926echo " ===> Running TypeScript tests"
3027(cd site && npm test)
3128
29+ echo " ===> Running Ruby and Integration tests"
30+ bin/all_tests
31+
3232echo " All checks passed! ✅"
You can’t perform that action at this time.
0 commit comments