-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from ThomasRalee/dev
PR: Master
- Loading branch information
Showing
6 changed files
with
12 additions
and
12 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 |
---|---|---|
|
@@ -21,7 +21,7 @@ jobs: | |
node-version: '16.18.1' | ||
|
||
- name: 'Use Lerna 6.6.1' | ||
run: yarn global add [email protected] | ||
run: yarn global add [email protected] --ignore-engines | ||
|
||
- name: Build dependencies | ||
run: | | ||
|
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 |
---|---|---|
|
@@ -20,13 +20,13 @@ jobs: | |
with: | ||
node-version: '16.18.1' | ||
|
||
- name: 'Use Lerna 6.6.1' | ||
run: yarn global add [email protected] | ||
- name: 'Setup lerna@6.6.1' | ||
run: yarn global add [email protected] --ignore-engines | ||
|
||
- name: Install and link dependencies | ||
- name: Build dependencies | ||
run: | | ||
node bootstrapEnv | ||
npx lerna bootstrap | ||
yarn install --ignore-engines | ||
yarn build | ||
- name: 'Setup npm' | ||
|
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
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
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
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