We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ahoy reset
.logs
1 parent e9c6600 commit 9dcc4dbCopy full SHA for 9dcc4db
.ahoy.yml
@@ -89,9 +89,9 @@ commands:
89
usage: Reset project to the default state.
90
cmd: |
91
killall -9 php >/dev/null 2>&1 || true
92
- chmod -Rf 777 build > /dev/null
93
- rm -Rf build > /dev/null || true
94
- rm -Rf .logs > /dev/null || true
+ chmod -Rf 777 build .logs > /dev/null 2>&1 || true
+ rm -Rf build > /dev/null 2>&1 || true
+ rm -Rf .logs > /dev/null 2>&1 || true
95
96
# Override entrypoint to alter default behaviour of Ahoy.
97
entrypoint:
0 commit comments