Skip to content

Commit d041894

Browse files
committed
Remove the custom github actions workflow definitions after creating new project
1 parent dd5d9ac commit d041894

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

composer.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,9 @@
9696
"recipes/{$name}": ["type:drupal-recipe"],
9797
"docroot/themes/custom/{$name}": ["type:drupal-custom-theme"]
9898
},
99-
"patches": {
100-
}
99+
"patches": {}
101100
},
102-
"scripts": {}
101+
"scripts": {
102+
"post-create-project-cmd": "rm -rf .github/"
103+
}
103104
}

0 commit comments

Comments
 (0)