We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 90ae3fe + 4241fc3 commit 2538614Copy full SHA for 2538614
composer.json
@@ -28,6 +28,7 @@
28
"run:prod": "composer build && php -S localhost:8080 -t public",
29
"build": "vendor/bin/phel build --no-cache",
30
"format": "vendor/bin/phel format",
31
- "test": "vendor/bin/phel test"
+ "test": "vendor/bin/phel test",
32
+ "repl": "vendor/bin/phel repl"
33
}
34
0 commit comments