Skip to content

Commit af9ab83

Browse files
Merge pull request #56 from drunomics/feature/WEB-293
WEB-293: Remove drupal-project GH actions after creating new project.
2 parents 87f0223 + ada775c commit af9ab83

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,10 @@
7373
"@process-replacements",
7474
"rm -rf tests/drupal-project .travis.yml"
7575
],
76-
"post-create-project-cmd": "@init-setup",
76+
"post-create-project-cmd": [
77+
"@init-setup",
78+
"rm -rf ./.github/workflows/test-drupal-setup.yml"
79+
],
7780
"post-install-cmd": "@init-setup",
7881
"post-update-cmd": "@init-setup",
7982
"clean": [

0 commit comments

Comments
 (0)