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.
1 parent d4f026c commit 3285dbcCopy full SHA for 3285dbc
build.xml
@@ -256,6 +256,7 @@
256
<!-- Create config.local.neon -->
257
<copy file="app/config/config.sample.local.neon" tofile="app/config/config.local.neon"/>
258
259
+ <exec command="bin/console nette:cache:purge" passthru="true" checkreturn="false"/>
260
<!-- Install dependencies -->
261
<exec command="composer install" passthru="true" checkreturn="true"/>
262
<exec command="yarn install" passthru="true" checkreturn="true"/>
0 commit comments