Skip to content

Commit 13bc0a2

Browse files
release 2026-02-05
Merge pull request #435 from Drupalcz/develop
2 parents 9426e82 + bd8b471 commit 13bc0a2

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

.github/scripts/build.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,12 @@ set -x
7979
composer install --prefer-dist --no-progress --no-suggest
8080
{ [ "${DEBUG}" ] || set +x; } 2>/dev/null
8181

82+
# Build Dropzone Drupal library
83+
cd "docroot/libraries/dropzone"
84+
yarn install
85+
yarn build
86+
cd -
87+
8288
# Get current branch name.
8389
BRANCHNAME="$(git rev-parse --symbolic-full-name --abbrev-ref HEAD)"
8490
if [ "$BRANCHNAME" == "HEAD" ]; then

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ jobs:
2626
uses: actions/checkout@v2
2727
with:
2828
fetch-depth: '0'
29+
- name: Setup Node.js
30+
uses: actions/setup-node@v3
31+
with:
32+
node-version: '16'
2933
- name: Setup PHP and tools
3034
uses: shivammathur/setup-php@v2
3135
with:

0 commit comments

Comments
 (0)