-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
9 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -170,8 +170,9 @@ jobs: | |
- name: Setup Nightwatch | ||
run: | | ||
ddev exec corepack disable | ||
#ddev exec npm i -g [email protected] | ||
#ddev exec 'ln -s $(npm root -g)/yarn/bin/yarn /usr/local/bin/yarn' | ||
ddev exec npm i -g [email protected] | ||
ddev exec 'rm /usr/local/bin/yarn' | ||
ddev exec 'ln -s $(npm root -g)/yarn/bin/yarn /usr/local/bin/yarn' | ||
ddev yarn init -y | ||
ddev yarn add nightwatch nightwatch-accessibility @lullabot/nightwatch-drupal-commands lodash --dev | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -128,8 +128,9 @@ jobs: | |
- name: Setup Sass | ||
run: | | ||
ddev exec corepack disable | ||
#ddev exec npm i -g [email protected] | ||
#ddev exec 'ln -s $(npm root -g)/yarn/bin/yarn /usr/local/bin/yarn' | ||
ddev exec npm i -g [email protected] | ||
ddev exec 'rm /usr/local/bin/yarn' | ||
ddev exec 'ln -s $(npm root -g)/yarn/bin/yarn /usr/local/bin/yarn' | ||
ddev exec yarn init -y | ||
ddev exec yarn add file:./drainpipe/metapackages/sass --dev | ||
|
@@ -274,8 +275,9 @@ jobs: | |
- name: Setup Sass | ||
run: | | ||
ddev exec corepack disable | ||
#ddev exec npm i -g [email protected] | ||
#ddev exec 'ln -s $(npm root -g)/yarn/bin/yarn /usr/local/bin/yarn' | ||
ddev exec npm i -g [email protected] | ||
ddev exec 'rm /usr/local/bin/yarn' | ||
ddev exec 'ln -s $(npm root -g)/yarn/bin/yarn /usr/local/bin/yarn' | ||
ddev exec yarn init -y | ||
ddev exec yarn add focus-trap@^6.7.3 | ||
ddev exec yarn add file:./drainpipe/metapackages/javascript --dev | ||
|