Skip to content

Commit 4241fc3

Browse files
add Composer script for running the REPL
1 parent e7b5234 commit 4241fc3

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
"run:prod": "composer build && php -S localhost:8080 -t public",
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)