Skip to content

Commit 8442081

Browse files
add optional contao:manager:lock
1 parent 6b711b6 commit 8442081

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ task('yarn:build', function () {
5050
});
5151

5252
before('deploy', 'yarn:build');
53+
54+
after('contao:manager:download', 'contao:manager:lock');
5355
```
5456

5557
When _not_ using `public` as the web directory, please set it respectively:

0 commit comments

Comments
 (0)