We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7a9efdf + 416e438 commit 10a93dbCopy full SHA for 10a93db
composer.json
@@ -26,6 +26,7 @@
26
"dev": "vendor/bin/phel run src/main.phel",
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