Skip to content

Commit

Permalink
Added Composer script for creation of test browser output folder.
Browse files Browse the repository at this point in the history
  • Loading branch information
joachim-n committed Jan 2, 2021
1 parent 0100a04 commit ee3c59f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@
"cd web && patch -p1 <../scaffold/scaffold-patch-index-php.patch",
"ln -s ../../vendor ./repos/drupal/vendor",
"mkdir -p web/sites/simpletest",
"ln -s ../../../web/sites/simpletest repos/drupal/sites"
"ln -s ../../../web/sites/simpletest repos/drupal/sites",
"mkdir -p web/sites/simpletest/browser_output"
]
},
"extra": {
Expand Down

0 comments on commit ee3c59f

Please sign in to comment.