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