Skip to content

Commit 10a93db

Browse files
authored
Merge pull request #2 from geoffreyvanwyk/main
add Composer script for launching Phel REPL
2 parents 7a9efdf + 416e438 commit 10a93db

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"dev": "vendor/bin/phel run src/main.phel",
2727
"build": "vendor/bin/phel build --no-cache",
2828
"format": "vendor/bin/phel format",
29-
"test": "vendor/bin/phel test"
29+
"test": "vendor/bin/phel test",
30+
"repl": "vendor/bin/phel repl"
3031
}
3132
}

0 commit comments

Comments
 (0)