chore: add command to clean build directory

This commit is contained in:
Ben Ramsey
2021-08-06 16:16:26 -05:00
parent ac09e6d7e2
commit 51133f5bfe
+1
View File
@@ -81,6 +81,7 @@
"@phpstan",
"@psalm"
],
"build:clean": "git clean -fX build/",
"lint": "parallel-lint src tests",
"lint:paths": "parallel-lint",
"phpbench": "phpbench run",