We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b711b6 commit 8442081Copy full SHA for 8442081
README.md
@@ -50,6 +50,8 @@ task('yarn:build', function () {
50
});
51
52
before('deploy', 'yarn:build');
53
+
54
+after('contao:manager:download', 'contao:manager:lock');
55
```
56
57
When _not_ using `public` as the web directory, please set it respectively:
0 commit comments