Skip to content

Commit 6b49161

Browse files
committed
fixed the workflow autoregenerate
1 parent 7c0e726 commit 6b49161

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/auto-regenerate.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@ jobs:
3535
- name: "Install dependencies with composer in generator/ directory"
3636
run: "composer install --no-interaction"
3737
working-directory: "generator"
38+
39+
- name: "Install dependencies with composer in root/ directory"
40+
run: "composer install --no-interaction"
41+
42+
- name: "Dump autoloader with composer in root directory"
43+
run: "composer dump-autoload"
3844

3945
- name: "Regenerate files"
4046
run: "./safe.php generate"

0 commit comments

Comments
 (0)