Skip to content
This repository has been archived by the owner on Mar 31, 2023. It is now read-only.

Switch back to core pattern lab #157

Merged
merged 1 commit into from
Oct 25, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions scripts/pattern_lab.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
# Remove existing PL directory
rm -rf pattern-lab

# Install PL using Drupal Pattern Lab's Edition: https://github.com/drupal-pattern-lab/edition-php-twig-standard
composer create-project -n drupal-pattern-lab/edition-twig-standard pattern-lab
# Install PL
composer create-project -n pattern-lab/edition-twig-standard pattern-lab

# Delete the default source directory
rm -rf pattern-lab/source
Expand Down