File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1010bun run build
1111
1212if [ " $# " -gt 0 ]; then
13- node dist/index.js " $@ "
13+ node dist/index.mjs " $@ "
1414 exit 0
1515fi
1616
@@ -46,11 +46,11 @@ for i in "${!TEST_CASES[@]}"; do
4646
4747 echo ------------------------- $TEST_NUMBER -------------------------
4848 echo
49- echo " 🚀 Running test case #$TEST_NUMBER CMD: node dist/index.js clone $TEST_CASE test/$TEST_NUMBER "
49+ echo " 🚀 Running test case #$TEST_NUMBER CMD: node dist/index.mjs clone $TEST_CASE test/$TEST_NUMBER "
5050
5151 rm -rf test/$TEST_NUMBER
5252
53- if eval " node dist/index.js clone $TEST_CASE test/$TEST_NUMBER " ; then
53+ if eval " node dist/index.mjs clone $TEST_CASE test/$TEST_NUMBER " ; then
5454 if [ " $( ls -A test/$TEST_NUMBER ) " ]; then
5555 cd test/$TEST_NUMBER
5656
You can’t perform that action at this time.
0 commit comments