File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "version" : " 10.7.1 " ,
2+ "version" : " 10.7.2 " ,
33 "schemaVersion" : 2 ,
44 "mode" : " project" ,
5- "installedAt" : " 2026-06-28T01:08:28.353Z "
5+ "installedAt" : " 2026-06-29T12:59:41.676Z "
66}
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ if [ -f "$__oma_dedup_lock" ]; then
1111fi
1212echo " $$ " > " $__oma_dedup_lock "
1313__oma_bin=" "
14- if [ -x " /Users/gracefullight /.bun/bin/oma" ]; then
15- __oma_bin=" /Users/gracefullight /.bun/bin/oma"
14+ if [ -x " /home/runner /.bun/bin/oma" ]; then
15+ __oma_bin=" /home/runner /.bun/bin/oma"
1616elif command -v oma > /dev/null 2>&1 ; then
1717 __oma_bin=" $( command -v oma) "
1818fi
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ if [ -f "$__oma_dedup_lock" ]; then
1111fi
1212echo " $$ " > " $__oma_dedup_lock "
1313__oma_bin=" "
14- if [ -x " /Users/gracefullight /.bun/bin/oma" ]; then
15- __oma_bin=" /Users/gracefullight /.bun/bin/oma"
14+ if [ -x " /home/runner /.bun/bin/oma" ]; then
15+ __oma_bin=" /home/runner /.bun/bin/oma"
1616elif command -v oma > /dev/null 2>&1 ; then
1717 __oma_bin=" $( command -v oma) "
1818fi
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ if [ -f "$__oma_dedup_lock" ]; then
1111fi
1212echo " $$ " > " $__oma_dedup_lock "
1313__oma_bin=" "
14- if [ -x " /Users/gracefullight /.bun/bin/oma" ]; then
15- __oma_bin=" /Users/gracefullight /.bun/bin/oma"
14+ if [ -x " /home/runner /.bun/bin/oma" ]; then
15+ __oma_bin=" /home/runner /.bun/bin/oma"
1616elif command -v oma > /dev/null 2>&1 ; then
1717 __oma_bin=" $( command -v oma) "
1818fi
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ cd apps/api && uv run ptw
4949cd apps/web && bun test:coverage
5050
5151# API
52- cd apps/api && uv run poe test- cov
52+ cd apps/api && uv run poe test: cov
5353
5454# Flutter
5555cd apps/mobile && flutter test --coverage
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ if [ -f "$__oma_dedup_lock" ]; then
1111fi
1212echo " $$ " > " $__oma_dedup_lock "
1313__oma_bin=" "
14- if [ -x " /Users/gracefullight /.bun/bin/oma" ]; then
15- __oma_bin=" /Users/gracefullight /.bun/bin/oma"
14+ if [ -x " /home/runner /.bun/bin/oma" ]; then
15+ __oma_bin=" /home/runner /.bun/bin/oma"
1616elif command -v oma > /dev/null 2>&1 ; then
1717 __oma_bin=" $( command -v oma) "
1818fi
You can’t perform that action at this time.
0 commit comments