Skip to content

Commit 2538614

Browse files
authored
Merge pull request #2 from geoffreyvanwyk/main
add Composer script for running the REPL
2 parents 90ae3fe + 4241fc3 commit 2538614

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
@@ -28,6 +28,7 @@
2828
"run:prod": "composer build && php -S localhost:8080 -t public",
2929
"build": "vendor/bin/phel build --no-cache",
3030
"format": "vendor/bin/phel format",
31-
"test": "vendor/bin/phel test"
31+
"test": "vendor/bin/phel test",
32+
"repl": "vendor/bin/phel repl"
3233
}
3334
}

0 commit comments

Comments
 (0)